Commit 2ed38a04 by BellCodeEditor

save project

parent 942870a4
Showing with 10 additions and 3 deletions
...@@ -14,5 +14,13 @@ def new_input(): ...@@ -14,5 +14,13 @@ def new_input():
print('-'*30) print('-'*30)
print(total) print(total)
return total return total
a=new_input()
new_input() def summ(money):
\ No newline at end of file for i in money:
su=i+su
return su
price=new_input()
a=sum(price)
print(a)
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