Created
October 11, 2011 08:52
-
-
Save meeDamian/1277606 to your computer and use it in GitHub Desktop.
Calculating nth fibbonacci element
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
def nth_fib( n ): | |
# actual actions; | |
# obliczanie n-tego elementu ciągu fibonnaciego | |
print(nth_element,sum_of_dividors,SEP="\n") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment