Commit bb710e7a by BellCodeEditor

save project

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