I am confused..python3. Create dictionary of record book that includes students' test scores and grades | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I am confused..python3. Create dictionary of record book that includes students' test scores and grades

Dict1=["name":John???

19th Feb 2020, 5:03 AM
Jerri James
Jerri James - avatar
11 Answers
19th Feb 2020, 5:09 AM
Cmurio
Cmurio - avatar
19th Feb 2020, 5:10 AM
Cmurio
Cmurio - avatar
+ 2
You can make a list of dict, like this students = [ {"score" :80, "grade" :"B"}, {"score" :63, "grade" :"C"} ] Happy to Help..!!
19th Feb 2020, 5:24 AM
Nikita
Nikita - avatar
+ 1
Ok thanks...I'll try first thing tomorrow
19th Feb 2020, 5:12 AM
Jerri James
Jerri James - avatar
+ 1
Ok...very tired and confused. This the last problem..#7. #7. Using a dict - recordbook with total and grade. Define functions to calculate t and g with studict1,studict2,stud3 as an input arg. While iterating recordbook using for statement,
20th Feb 2020, 2:34 AM
Jerri James
Jerri James - avatar
+ 1
Run John output ['John', 50,135,175,360,'C']
20th Feb 2020, 2:36 AM
Jerri James
Jerri James - avatar
+ 1
Oh dict1 does not have total and grade
20th Feb 2020, 2:38 AM
Jerri James
Jerri James - avatar
+ 1
Not solving....7 parts. That's just a small part. Trying to understand. Previous questions have to be done to get to the end.
20th Feb 2020, 4:35 AM
Jerri James
Jerri James - avatar
+ 1
I've corrected a few areas.
20th Feb 2020, 4:36 AM
Jerri James
Jerri James - avatar
+ 1
I dont understand now why values are added after I run
20th Feb 2020, 4:36 AM
Jerri James
Jerri James - avatar