Commit 7014884b by BellCodeEditor

auto save

parent 5f635235
...@@ -31,6 +31,6 @@ def sum(money): ...@@ -31,6 +31,6 @@ def sum(money):
count += i count += i
return count return count
total = new_input() # total = new_input()
num = sum(total) # num = sum(total)
print(num) # print(num)
import fun1 import fun1
print(fun1.sum(fun1.new_input()))
a = fun1.new_input()
b = fun1.sum(a)
print(b)
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