Python/basics.py
2020-01-28 13:48:04 +00:00

4 lines
108 B
Python

monday_temperatures = [9.1, 8.8, 7.6]
for temperature in monday_temperatures:
print(round(temperature))