num= int(input('enter your number:')) n1,n2=0,1 sum=0 if num<=0: print('enter greater number') else: for i in range(0,num): print(sum,end=" ") n1=n2 n2=sum sum=n1+n2
Popular repositories Loading
-
-
-
vscode-remote-try-python
vscode-remote-try-python Public templateForked from microsoft/vscode-remote-try-python
Python sample project for trying out Dev Containers
Dockerfile
-
-
Assignment-4
Assignment-4 PublicWrite a Python program to create a lambda function that adds 25 to a given number passed in as an argument.
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.