Commit d9d1c656 by BellCodeEditor

save project

parent ba1aa0a2
Showing with 2 additions and 6 deletions
witn open(r"C:\Users\Administrator\Documents\lesson13-1>","r",encoding="utf-8") as file: witn open("r\C:\Users\Administrator\Documents\lesson13-1>","w",encoding="utf-8")as file:
a=file.readlines() \ No newline at end of file
#print(a)
for i in a:
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