Commit f6cb031a by BellCodeEditor

save project

parent 9a803c5e
Showing with 2 additions and 0 deletions
......@@ -16,6 +16,7 @@ with open(r'C:\Users\yoyo\Desktop\bellcode.txt','a',encoding='utf-8')as filel:
open(r'C:\Users\yoyo\Desktop\bellcode.txt','w',encoding='utf-8')as filel:
filel.write(new_data)
open(r'C:\Users\yoyo\Desktop\bellcode.txt','r',encoding='utf-8')as filel:
a=filel.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