Created
November 3, 2019 05:42
-
-
Save afaqk9394/541dbe850dad1b5542e573958c9b311e to your computer and use it in GitHub Desktop.
fibo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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