Commit 4fd96818 by BellCodeEditor

save project

parent 82b78432
Showing with 5 additions and 4 deletions
......@@ -6,10 +6,12 @@ def new_iput():
break
else:
try:
unit=int(unit)
money=int(money)
except:
print("请重新输入一个数字")
total.append(unit)
print("_"*30)
print(total)
new_iput()
\ No newline at end of file
return total
return=new_iput()
print(result)
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