Commit d219c746 by BellCodeEditor

save project

parent bb546b6d
Showing with 9 additions and 3 deletions
......@@ -18,6 +18,12 @@ def l():
return i
j=l()
print(j)
def h(f):
p=0
for i in f:
p=p+i
return p
o=l()
q=h(o)
\ No newline at end of file
print(q)
\ 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