Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created November 3, 2019 05:42
Show Gist options
  • Select an option

  • Save afaqk9394/541dbe850dad1b5542e573958c9b311e to your computer and use it in GitHub Desktop.

Select an option

Save afaqk9394/541dbe850dad1b5542e573958c9b311e to your computer and use it in GitHub Desktop.
fibo
from fibonacci import fib2 # only import fib2 function
print(fib2(10))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment