Commit e62cb0a6 by BellCodeEditor

save project

parent 7740779f
Showing with 3 additions and 2 deletions
q=open(r"1.txt","w","utf-8") with open("1.txt","a",encoding="utf-8")as q:
q.write('a:11') q.write('a:11')
q.write('b:12') q.write('b:12')
q.write('c:13') q.write('c:13')
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