Commit 643833d5 by BellCodeEditor

save project

parent c8648164
Showing with 10 additions and 0 deletions
...@@ -16,3 +16,12 @@ def new_input(): ...@@ -16,3 +16,12 @@ def new_input():
new_input() new_input()
ftyyy = new_input() ftyyy = new_input()
print(ftyyy) print(ftyyy)
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