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():
return total
new=cai_kkk()
print(new)
# new=cai_kkk()
# print(new)
def asd(money):
count=0
for i in money:
count=count+i
return count
dsd=asd(new)
print("总共是"+str(dsd)+"元")
# dsd=asd(new)
# 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