Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
student grades
#python 2.7.12 #Displays the Grades and names of each student lloyd = { "name": "Lloyd", "homework": [90.0, 97.0, 75.0, 92.0], "quizzes": [88.0, 40.0, 94.0], "tests": [75.0, 90.0] } alice = { "name": "Alice", "homework": [100.0, 92.0, 98.0, 100.0], "quizzes": [82.0, 83.0, 91.0], "tests": [89.0, 97.0] } tyler = { "name": "Tyler", "homework": [0.0, 87.0, 75.0, 22.0], "quizzes": [0.0, 75.0, 78.0], "tests": [100.0, 100.0] } students = [lloyd, alice, tyler] for student in students: print student["name"] print student["homework"] print student["quizzes"] print student["tests"]
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
GayChicken
Prime number finder and counter in range (ex: 0-100) using python
python2 - division - 0
test
Gardener
cache in python
Mounesh
single_digit
RandomShape
Dictionary
Please log in to post a comment.