Commit 0f3c94ec by BellCodeEditor

save project

parent 17bd43ad
Showing with 5 additions and 1 deletions
......@@ -15,4 +15,8 @@ def diancai():
return total
a=diancai()
print(a[0])
t=0
for i in a:
t=t+int(i)
print(t)
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