Lesson 46

This commit is contained in:
David Avery 2020-01-28 13:48:04 +00:00
parent 5d68015f12
commit 6005d4bf05

4
basics.py Normal file
View File

@ -0,0 +1,4 @@
monday_temperatures = [9.1, 8.8, 7.6]
for temperature in monday_temperatures:
print(round(temperature))