subject
Computers and Technology, 24.03.2021 18:00 giovney

Given two files named exactly "data1.txt" and "data2.txt" (no error checking needed) of names and scores print out the combined scores in alphabetical order by name. Note that the files will be formatted the same, but some names will be in both files and some names will only be in one file. For names in both files the scores need to be summed. The file format will be one header line followed by lines that have a name (string) and a number (int) separated by some unknown number of spaces. For output use this format string "{:10s} {:<10d}" Requirements:
(1) You must use a dictionary.
(2) You must use at least two functions that have a dictionary as an argument, e. g. read a file, print results.
For example, if data1.txt contains
Name Score
Joe 20
Mary 70
Rich 50
Jose 90
and data2.txt contains
Name Score
Sarah 80
Ming 20
Joe 65
Rich 30
The output will be:.
Name Total
Joe 85
Jose 90
Mary 70
Ming 20
Rich 80
Sarah 80
The program should be in Python...

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 17:00
Companies that implement and apply an information system effectively can create
Answers: 1
question
Computers and Technology, 23.06.2019 21:40
language consists of basic components, and they are called a. 3; mental images, concepts, and speech b. 2; language acquisition and linguistic relativity c. 3; heuristics, algorithms, and analogies d. 4; phonemes, morphemes, syntax, and semantics e. 2; words and grammar
Answers: 3
question
Computers and Technology, 24.06.2019 00:40
To maintain clarity and focus lighting might be needed
Answers: 2
question
Computers and Technology, 24.06.2019 10:30
You're programming an infinite loop. what must you include in your code to prevent crashes? in roblox
Answers: 2
You know the right answer?
Given two files named exactly "data1.txt" and "data2.txt" (no error checking needed) of names and sc...
Questions
question
Mathematics, 20.08.2019 01:20
question
Mathematics, 20.08.2019 01:20
question
Mathematics, 20.08.2019 01:20
Questions on the website: 13722361