Commit 09bde443 by BellCodeEditor

save project

parent 5ed9d740
......@@ -17,6 +17,6 @@ def sume(a):
for i in a:
count = count + i
return count
b = new_imput()
c = sume(b)
print(c)
\ No newline at end of file
# b = new_imput()
# c = sume(b)
# print(c)
\ No newline at end of file
import func
a = func.new_imput()
b = func.sume(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