Commit dcb4235c by BellCodeEditor

save project

parent 9eded117
Showing with 8 additions and 2 deletions
def cai_kkk():
total = []
while True:
......@@ -19,4 +18,11 @@ def cai_kkk():
return total
result=cai_kkk()
print(result)
new=cai_kkk()
def asd(money):
count=0
for i in money:
count=count+i
return count
dsd=asd(new)
print(dsd)
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