Commit 0522a278 by BellCodeEditor

save project

parent fdd3b916
Showing with 4 additions and 7 deletions
......@@ -8,12 +8,9 @@ def new_input():
try:
unit=int(unit)
except:
print("请输入数字")
print("hh")
else:
total.append(unit)
print('-'*30)
return total
rs=new_input()
print(rs)
print('_'*30)
print(total)
new_input()
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