Commit d7822957 by BellCodeEditor

save project

parent 5f035abf
Showing with 6 additions and 2 deletions
a=open("C:\Users\maku\Desktop\1234.txt","r",encoding='uft-8') with open("C:\Users\maku\Desktop\1234.txt","r",encoding='uft-8')as a:
\ No newline at end of file s=a.readlines()
for i in s:
print(i)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment