Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
fb_series
#python 2.7.12 def fibonacci(n): if n<2: return n else: return(fibonacci(n-1) + fibonacci(n-2)) n = raw_input("nth number =") print fibonacci(int(n))
run
|
edit
|
history
|
help
0
Python2, list comprehension, join, split, zip
Mounesh
Roman numrals
check if any permutations of a word is a palindrome - python
cat
Looking at the /etc folder... :)
Chain length calculator
Supermarket prices and stock
Hi
RandomShape