Skip to content
View anvith1998's full-sized avatar

Block or report anvith1998

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
anvith1998/README.md

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

  1. anvith1998 anvith1998 Public

    Config files for my GitHub profile.

    1

  2. Anvithpoojarykurkal-gmail.come Anvithpoojarykurkal-gmail.come Public

  3. vscode-remote-try-python vscode-remote-try-python Public template

    Forked from microsoft/vscode-remote-try-python

    Python sample project for trying out Dev Containers

    Dockerfile

  4. code code Public

  5. Assignment-4 Assignment-4 Public

    Write a Python program to create a lambda function that adds 25 to a given number passed in as an argument.

  6. Assignment-5-OOPs Assignment-5-OOPs Public