Commit 3652f1b0 by BellCodeEditor

save project

parent a741c765
Showing with 12 additions and 2 deletions
with open(r'C:\Users\22747\Desktop\www.txt,"r",encoding="utf-8")as a:
b=a.readlines()
print(a)
\ No newline at end of file
print(b)
with open(r'C:\Users\22747\Desktop\www.txt,"r",encoding="utf-8")as a:
b=a.readlines()
print(b)
with open(r'C:\Users\22747\Desktop\www.txt',"r",encoding="utf-8")as a:
b=a.readlines()
for i in b:
print(i)
\ No newline at end of file
......@@ -13,3 +13,6 @@ with open(r"C:\Users\22747\Desktop\qqtxt"c:\Users\22747\Desktop\www.txt
d+=data
with open(r"C:\Users\22747\Desktop\qqtxt","w",encoding="utf-8")as a:
a.write(d)
with open(r'C:\Users\22747\Desktop\www.txt,"r",encoding="utf-8")as a:
b=a.readlines()
print(b)
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