Commit 4044dbde by BellCodeEditor

save project

parent ccca4c79
Showing with 7 additions and 1 deletions
......@@ -5,6 +5,11 @@ def ysmjfood():
if foo=="q":
break
else:
try
try:
foo=int(foo)
except:
print("输入的不是整数")
else:
toda.append(foo)
ysmjfood()
\ No newline at end of file
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