Commit cf91bd46 by BellCodeEditor

save project

parent 1d10f62d
Showing with 9 additions and 2 deletions
...@@ -11,4 +11,11 @@ def a(): ...@@ -11,4 +11,11 @@ def a():
else: else:
total.append(unit) total.append(unit)
return total return total
print(a()) def o(money):
\ No newline at end of file count=0
for i in money:
count=count+int(i)
return count
b=a()
c=o(b)
print(c)
\ 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