Commit 0c8fd9ae by BellCodeEditor

save project

parent 5ec6c5d6
import func
score = func.total()
sum = func.sum(score)
......@@ -18,6 +18,3 @@ def sum(money):
for i in money:
h=h+i
return h
result = total()
result1=sum(result)
print(result1)
\ No newline at end of file
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