Commit 97e1a8c9 by BellCodeEditor

auto save

parent efa6fdb6
Showing with 10 additions and 0 deletions
def lsb(l):
if l == 1:
return 1
zyn=lsb(l+1)
hgx=l+zyn
return hgx
result = lsb(100)
print(hgx)
\ 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