Commit 7dfa8130 by BellCodeEditor

save project

parent 95b25599
Showing with 14 additions and 2 deletions
price = [15,29,48,40]
count=0
for i in price:
count=count+i
......@@ -14,7 +14,14 @@ def isis():
finally:
print("4"*4)
return total
result = new_imput()
print(result)
def sum(b):
count=0
for i in price:
count=count+i
return count
result = new_input()
pay = sum(result)
print(pay)
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