Commit 9d3a96c4 by BellCodeEditor

save project

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