feat: File processing.

This commit is contained in:
Piotr Dec 2024-07-18 02:51:18 +02:00
parent f0b7096865
commit 2025cca693
Signed by: stawros
GPG key ID: F89F27AD8F881A91
9 changed files with 162 additions and 0 deletions

View file

@ -0,0 +1,2 @@
with open('../data/temperatures.csv', 'a', encoding='utf-8') as target:
target.write("\n")