creating a dictionary of student name(keys) list [grades] as a value. do the same processing, which is compute the avera
Posted: Wed Apr 27, 2022 3:47 pm
creating a dictionary of student name(keys) list [grades] as a value.
do the same processing, which is compute the average grade of each student, then store back into another file
display the content of the first file(the input file) and the output file (after you finish writing to it.
do the same processing, which is compute the average grade of each student, then store back into another file
display the content of the first file(the input file) and the output file (after you finish writing to it.