Commit 804c9c58 by BellCodeEditor

save project

parent bd217bee
Showing with 1 additions and 1 deletions
def m(): def m():
to=[] to=[]
u=input('请输入:') u=input('请输入:')
if u=='q' if u=='q':
break break
else: else:
to.append(u) to.append(u)
......
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