Commit fe0b3296 by BellCodeEditor

save project

parent 7d14f05a
Showing with 5 additions and 2 deletions
#file=open(r"C:\Users\Administrator\Desktop\text.txt",'w',encoding="utf-8")
#file.write('j:1ben\n')
#file.write('n:2ben\n')
file=open(r"C:\Users\Administrator\Desktop\text.txt",'a',encoding="utf-8") file=open(r"C:\Users\Administrator\Desktop\text.txt",'a',encoding="utf-8")
file.write('j:1ben\n') file.write('jntm')
file.write('n:2ben\n')
file.close() file.close()
\ 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