Commit 75cf8ef1 by BellCodeEditor

save project

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