Commit 1e38ec89 by BellCodeEditor

save project

parent 29345a5f
Showing with 4 additions and 3 deletions
while True: while True:
a=input('') c=input('')
with open('C:\\Users\\Administrator\\Desktop','a',encoding='udf-8') as b: with open('C:\\Users\\Administrator\\Desktop\\test (2).txt','a',encoding='utf-8') as b:
b.append(a) b.write(c)
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