Compare commits

..

No commits in common. "f213c3f6f18cb9141f5c8626a7d9f96a65f6627e" and "562973c7f7cd81237a85b04a6f5d68c3f4546e0f" have entirely different histories.

4 changed files with 0 additions and 17 deletions

3
.gitignore vendored
View File

@ -1,3 +0,0 @@
.venv/
output.txt

View File

@ -1,3 +0,0 @@
Печенье 2
Варенье 4

View File

@ -1,6 +0,0 @@
numpy==2.2.3
pandas==2.2.3
python-dateutil==2.9.0.post0
pytz==2025.1
six==1.17.0
tzdata==2025.1

View File

@ -1,5 +0,0 @@
data = open("data.txt", 'r')
text = data.read().upper()
print(text)
output = open("output.txt", 'w')
output.write(text)