Commit 4fccff02 by BellCodeEditor

save project

parent b6729f5d
Showing with 8 additions and 4 deletions
...@@ -17,6 +17,6 @@ def sum(money): ...@@ -17,6 +17,6 @@ def sum(money):
count += i count += i
return count return count
list1 = new_input() # list1 = new_input()
resulu = sum(list1) # resulu = sum(list1)
print(result) # print(result)
\ No newline at end of file \ No newline at end of file
import func
list1 = func.new_input()
print(func.sum(list1))
\ 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