Commit 787ac331 by BellCodeEditor

save project

parent 9d3a96c4
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ def mc(): ...@@ -5,7 +5,7 @@ def mc():
u=input("请输入:") u=input("请输入:")
except : except :
print('??????') print('??????')
if u=='q': 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