Commit a70cd488 by BellCodeEditor

save project

parent 5a6954d1
Showing with 8 additions and 3 deletions
def A()
def new_input()
total = []
while True:
unit= input("请输入:")
......@@ -6,4 +6,10 @@ def A()
break
else:
total.append(unit)
print(total)
\ No newline at end of file
try:
new_input()
except:
print("输入整数奧不写杀了你")
print(total)
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