Loading...
Engaged employer
Write code about the Fibonacci series
Anonymous
def fibo(n: int): if n < 1: return 1 return fibo(n-1) + fibo(n-2)
Check out your Company Bowl for anonymous work chats.
Get actionable career advice tailored to you by joining more bowls.
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalised job recommendations and updates by starting your searches.