Commit 24edac8d by BellCodeEditor

save project

parent 424950e9
Showing with 1 additions and 1 deletions
with open (r'c:\Users\Administrator\Desktop\123.txt','r',encoding='utf_8')as a: with open (r'c:\Users\Administrator\Desktop\123.txt','r',encoding='utf_8')as a:
b=a.readline() b=a.readline()
for i in a: for i in b:
print(i) print(i)
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