Commit 6241085b by BellCodeEditor

save project

parent b16f38f3
Showing with 10 additions and 0 deletions
def b(n,i=0,j=1,s=0):
j1=j
print(j)
if s<=n:
i1=j
j1+=i
s1=s+1
b(n,i1,j1,s1)
b(992,0)
\ 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