diff --git a/basics.py b/basics.py new file mode 100644 index 0000000..4b0e67f --- /dev/null +++ b/basics.py @@ -0,0 +1,4 @@ +monday_temperatures = [9.1, 8.8, 7.6] + +for temperature in monday_temperatures: + print(round(temperature)) \ No newline at end of file