Commit 71f63e47 by BellCodeEditor

save project

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