Compare commits

..

No commits in common. "5a360b7cd307c612213df2386ccb1ae7b662c2fb" and "2e00328e299d8346c39d31da49673ec4017dc99b" have entirely different histories.

3 changed files with 0 additions and 8 deletions

3
.gitignore vendored
View File

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

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)