Skip to content

Instantly share code, notes, and snippets.

@bee-san
Created March 29, 2019 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bee-san/b2b1e0dce98c26a6e18fc33a97abb0db to your computer and use it in GitHub Desktop.
Save bee-san/b2b1e0dce98c26a6e18fc33a97abb0db to your computer and use it in GitHub Desktop.
def f(n):
if n == 0 or n == 1:
return 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment