Commit 60dde3ec by BellCodeEditor

save project

parent 1838d774
Showing with 12 additions and 5 deletions
......@@ -18,7 +18,7 @@ def sum(money):
for i in money:
count +=i
return count
a=new_input()
b = sum(a)
print(b)
print(new_input())
\ No newline at end of file
# a=new_input()
# b = sum(a)
# print(b)
# print(new_input())
\ No newline at end of file
inport
\ No newline at end of file
input func
a=func.new_input()
b=sum(a)
print(b)
\ 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