Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

4 changed files with 2 additions and 10 deletions

3
.gitignore vendored
View File

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

View File

@ -1,2 +1,2 @@
Лямин Никита Викторович Никита
Петухов Егор Алексеевич Петухов Егор Алексеевич

Binary file not shown.

View File

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