Commit e56a3a33 by BellCodeEditor

auto save

parent b7f483a3
Showing with 7 additions and 0 deletions
with open(r'C:\Users\cc\Desktop\888888888888.txt','w',encoding='utf-8') as file:
file.write("呼呼")
with open(r'C:\Users\cc\Desktop\888888888888.txt','r',encoding='utf-8') as file:
a=file.read()
print(a)
\ 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