Commit 4069f054 by BellCodeEditor

auto save

parent e46c5bd3
Showing with 5 additions and 3 deletions
with open() as file1:
with open(r"C:\Users\Documents\lesson12-3\qwer") as file1:
file1.write("小钱:100000本\n")
file1.write("小铭:100000本\n")
file1.write("小铭:10000023456787654323456789234560000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000本\n")
with open(r"C:\Users\Documents\lesson12-3\qwer") as file1
ee=file1.read()
print(ee)
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