Commit 75cf8ef1 by BellCodeEditor

save project

parent fe4e436c
Showing with 6 additions and 6 deletions
...@@ -13,9 +13,10 @@ def de(): ...@@ -13,9 +13,10 @@ def de():
total.append(unit) total.append(unit)
print("-"*30) print("-"*30)
return total return total
def god(yyds):
count = 0
for i in yyds:
count=count+i
return count
a=de() a=de()
print(a) print(a)
\ 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