Commit 9d3a96c4 by BellCodeEditor

save project

parent 6e54e3d6
Showing with 5 additions and 2 deletions
def mc(): def mc():
t=[] t=[]
while True: while True:
u=input("请输入:") try:
if u=='q': u=input("请输入:")
except :
print('??????')
if u=='q':
break break
else: else:
t.append(u) t.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