Commit a4dfae0e by BellCodeEditor

save project

parent c2fd9079
...@@ -16,5 +16,4 @@ def sum(money): ...@@ -16,5 +16,4 @@ def sum(money):
count=0 count=0
for i in money: for i in money:
count=count+i count=count+i
return count return count
print(sum(new_input())) \ No newline at end of file
\ No newline at end of file
import func import func
a=func.new_input() a=func.new_input()
b=func.sum(money) b=func.sum(a)
\ No newline at end of file \ 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