Commit 29345a5f by BellCodeEditor

save project

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