Commit 51ab7876 by BellCodeEditor

save project

parent a8fa66a5
Showing with 1 additions and 1 deletions
...@@ -6,4 +6,4 @@ with open(r'C:\Users\zhang\Desktop\test.txt','a',encoding="utf-8") as a: ...@@ -6,4 +6,4 @@ with open(r'C:\Users\zhang\Desktop\test.txt','a',encoding="utf-8") as a:
with open(r'C:\Users\zhang\Desktop\test.txt','r',encoding="utf-8") as f: with open(r'C:\Users\zhang\Desktop\test.txt','r',encoding="utf-8") as f:
for e in f: for e in f:
print(f) print(e)
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