Commit 154b260d by BellCodeEditor

save project

parent 8bf6d774
Pipeline #9721 failed in 0 seconds
Showing with 2 additions and 1 deletions
a.open(r'C:\Users\Administrator\Desktop\text.txt','r',encoding='utf-8')
a=open(r'C:\Users\Administrator\Desktop\text.txt','r',encoding='utf-8')
q=a.read()
print(q)
a.cloes()
\ 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