Commit c9d90983 by BellCodeEditor

save project

parent b5ab3127
Showing with 7 additions and 2 deletions
......@@ -4,8 +4,13 @@ def new_input():
unif=int(input("请输入:"))
if unif=="q":
break
try:
unif=int()
except:
print("请再输入一个数")
else:
tatol.append(unif)
print(tatol)
return tatol
new_input()
\ No newline at end of file
result=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