Commit 60dde3ec by BellCodeEditor

save project

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