Commit 7dc1bbc8 by BellCodeEditor

save project

parent 8365fac3
Showing with 4 additions and 2 deletions
while True: while True:
a=input('') a=input('')
b=(r'C:\Users\Administrator\Desktop','w',encoding='udf-8') with open(r'C:\Users\Administrator\Desktop','a',encoding='udf-8') as b:
b.write(a) b.write(a)
b.close() b.append(a)
b.read()
\ 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