Commit aa138d4c by BellCodeEditor

auto save

parent 971a7c12
Showing with 3 additions and 1 deletions
p=input("name:")
q=open(r"C:\Users\Lenovo\Desktop\text.txt",'a',encoding='utf-8')
q.write("I'm bad boy\n")
q.write(p+"\n")
q.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