Python/basics.py

4 lines
108 B
Python
Raw Normal View History

2020-01-28 13:48:04 +00:00
monday_temperatures = [9.1, 8.8, 7.6]
for temperature in monday_temperatures:
print(round(temperature))