Python/basics.py
2020-01-29 14:01:26 +00:00

4 lines
71 B
Python

temps = [221, 234, 340, 230]
print([temp / 10 for temp in temps])