Commit 72849d17 by BellCodeEditor

save project

parent 24c40376
Showing with 7 additions and 2 deletions
111111
11111
\ No newline at end of file
with open(r"c:\Users\Administrator\Documents\lesson12-2\111.txt",encoding="utf-8") as A: with open(r"c:\Users\Administrator\Documents\lesson12-2\111.txt",encoding="utf-8") as A:
pass B=A.readlines()
\ No newline at end of file for i in B:
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