Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Recursive Fibonacci
#python 3.6.9 #cn = int(input()) cn = 25 def fib(x): if x <= 1: return x else : return (fib(x-1) + fib(x-2)) for i in range(cn): print(fib(i))
run
|
edit
|
history
|
help
1
4
Python | Random elements with atleast K occurrences
числа близнецы
What regex will match these lines?
library
Submission.py
fibo_1
Chim
Hesap makinesi
max/min fuction