Commit 191c8df9 by BellCodeEditor

save project

parent a80527c7
Showing with 5 additions and 1 deletions
wert=open(r'c:\Users\Administrator\Desktop\test13.txt','w',encoding='utf-8') wert=open(r'C:\Users\Administrator\Desktop\test13.txt','r',encoding='utf-8')
a=wert.readlines()
for i in a:
print(i)
wert.close() wert.close()
\ 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