@ -1,4 +1,3 @@
monday_temperatures = [9.1, 8.8, 7.6]
for temperature in monday_temperatures:
print(round(temperature))
student_grades = {"Marry":9.1, "Sim":8.8, "John":7.5}
for grades in student_grades.values():
print(grades)
The note is not visible to the blocked user.