Skip to content

Instantly share code, notes, and snippets.

@mstepniowski
Created March 29, 2009 19:50
Show Gist options
  • Save mstepniowski/87503 to your computer and use it in GitHub Desktop.
Save mstepniowski/87503 to your computer and use it in GitHub Desktop.
def fib(n):
"""Działa, ale tylko dla n równego 1 lub 2. Poprawność częściowa ;-)"""
return n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment