revert Added data.txt, script.py
This commit is contained in:
Никита Лямин 2025-03-14 05:31:26 +00:00
parent f213c3f6f1
commit 6645c1f24a
4 changed files with 0 additions and 15 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
.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)