Commit 3e067cf5 by BellCodeEditor

auto save

parent 39d2de9a
Showing with 9 additions and 0 deletions
# file=open("C:\\Users\\AA\\Desktop\\111.txt","w",encoding='utf-8')
# file.write("hello\n123")
# file.close()
file=open("C:\\Users\\AA\\Desktop\\111.txt","r",encoding='utf-8')
data=file.read()
print(data)
file.close()
\ 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