Skip to content

Instantly share code, notes, and snippets.

@meeDamian
Created October 11, 2011 08:52
Show Gist options
  • Save meeDamian/1277606 to your computer and use it in GitHub Desktop.
Save meeDamian/1277606 to your computer and use it in GitHub Desktop.
Calculating nth fibbonacci element
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