Commit 7647f913 by BellCodeEditor

save project

parent 38bfee22
import func
date = func.cai_kkk()
print(date)
score=func.asd(date)
print(score)
\ No newline at end of file
...@@ -16,12 +16,12 @@ def cai_kkk(): ...@@ -16,12 +16,12 @@ def cai_kkk():
return total return total
new=cai_kkk() # new=cai_kkk()
print(new) # 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("总共是"+str(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