Commit 643833d5 by BellCodeEditor

save project

parent c8648164
Showing with 11 additions and 2 deletions
...@@ -15,4 +15,13 @@ def new_input(): ...@@ -15,4 +15,13 @@ def new_input():
print(total) print(total)
new_input() new_input()
ftyyy = new_input() ftyyy = new_input()
print(ftyyy) print(ftyyy)
\ No newline at end of file def sum(money):
count = 0
for i in money():
count = count+i
return count
price = new_input()
psh = sum(price)
print("ythtrhfdhte" + str(psh) + "gffdsg")
\ No newline at end of file
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