Commit 5da46fa3 by BellCodeEditor

save project

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