Commit 9d3a96c4 by BellCodeEditor

save project

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