Commit d2bfbe69 by BellCodeEditor

save project

parent 6565c9b0
Showing with 10 additions and 2 deletions
......@@ -12,5 +12,13 @@ def able():
else:
total.append(unit)
return total
def money(able())
jia=0
for i in able():
jia=jia+i
return jia
l=able()
print(l)
\ No newline at end of file
print(l)
pay=money()
print(pay)
\ 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