Commit 5da46fa3 by BellCodeEditor

save project

parent f6bf8ba6
Showing with 5 additions and 5 deletions
......@@ -4,11 +4,11 @@ def new_input():
unif=input("请输入:")
if unif=="q":
break
# try:
# unif=int(tatol)
# except:
# print("请再输入一个数")
# else:
try:
unif=int(unif)
except:
print("请再输入一个数")
else:
tatol.append(unif)
print(tatol)
return tatol
......
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