Commit 01631eae by BellCodeEditor

save project

parent af8f01c7
Showing with 10 additions and 3 deletions
...@@ -13,6 +13,13 @@ def dogshite(): ...@@ -13,6 +13,13 @@ def dogshite():
total.append(unit) total.append(unit)
return total return total
def etihsgod(fff):
count=0
for i in fff:
count=count+i
return count
h=dogshite() h=dogshite()
print(h) hp=etihsgod(h)
\ No newline at end of file print(hp)
\ 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