Commit 4a3ff518 by BellCodeEditor

save project

parent bffba63f
Showing with 8 additions and 4 deletions
......@@ -14,6 +14,11 @@ def o():
finally:
print("-"*30)
return total
result = o()
print(result)
\ No newline at end of file
def a(unit):
count = 0
for i in unit:
count = count + i
return count
price = o()
pay = a(price)
print(str(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