Commit 4a3ff518 by BellCodeEditor

save project

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