Commit 7014884b by BellCodeEditor

auto save

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