Commit eb345c5f by BellCodeEditor

auto save

parent 4974d3fb
Showing with 2 additions and 2 deletions
......@@ -18,4 +18,4 @@ with open(r'C:\Users\BBTC\Desktop\test.txt','w',encoding='utf-8') as a:
with open(r'C:\Users\BBTC\Desktop\test.txt','r',encoding='utf-8') as a:
b=a.read()
print(a)
\ No newline at end of file
print(b)
\ 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