Commit a96d4673 by BellCodeEditor

auto save

parent 2fb846f5
Showing with 1 additions and 2 deletions
......@@ -6,4 +6,4 @@ with open(r"C:\Users\admin\Desktop\test.txt","a",encoding="utf-8")as file:
file.write("贝尔编程")
with open(r"C:\Users\admin\Desktop\test.txt","r",encoding="utf-8")as file:
a=file.read()
print(a)
\ No newline at end of file
print(a)
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