Commit 53ce5803 by BellCodeEditor

save project

parent 8853e146
Showing with 10 additions and 2 deletions
......@@ -11,8 +11,16 @@ def new_input():
print("请重新输入 ")
else:
total.append(unit)
print(total)
return total
a=new_input
a=new_input()
print(a)
def sum(money)
he=0
for i in money:
he=he+i
return he
b=sum()
print(b)
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