Lesson 49

This commit is contained in:
David Avery 2020-01-28 16:43:10 +00:00
parent 6005d4bf05
commit f47c46c22f

View File

@ -1,4 +1,3 @@
monday_temperatures = [9.1, 8.8, 7.6] student_grades = {"Marry":9.1, "Sim":8.8, "John":7.5}
for grades in student_grades.values():
for temperature in monday_temperatures: print(grades)
print(round(temperature))