Commit bb710e7a by BellCodeEditor

save project

parent dcb4235c
Showing with 2 additions and 3 deletions
......@@ -12,17 +12,16 @@ def cai_kkk():
else:
total.append(unit)
finally:
print(total)
print("*"*30)
return total
result=cai_kkk()
new=cai_kkk()
print(new)
def asd(money):
count=0
for i in money:
count=count+i
return count
dsd=asd(new)
print(dsd)
print("总共是"+str(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