2 lines
95 B
Python
2 lines
95 B
Python
with open('../data/temperatures.csv', 'a', encoding='utf-8') as target:
|
|
target.write("\n")
|