Commit 9c367a09 by BellCodeEditor

save project

parent 60b19a35
Showing with 7 additions and 1 deletions
......@@ -9,5 +9,5 @@ def new_input():
def sum(lista)
dsb = 0
for i in lista:
dsb += lista[i]
dsb += i
return dsb
import func
a = func.new_input()
som = func.sum(a)
print(som)
\ 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