Commit fa8c1f0e by BellCodeEditor

save project

parent 98708b50
Showing with 6 additions and 0 deletions
...@@ -13,5 +13,11 @@ def mean(): ...@@ -13,5 +13,11 @@ def mean():
total.append(unit) total.append(unit)
print("-"*30) print("-"*30)
return total return total
def sun(money):
count=0
if i in money:
conut=count+i
return count
resule=mean() resule=mean()
pay=sun(resule)
print(resule) print(resule)
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