Commit a4dfae0e by BellCodeEditor

save project

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