• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu
+ 1

How to make a simple program on fibnocci no in python

python
4th Sep 2018, 12:56 AM
Naveen
Naveen - avatar
2 odpowiedzi
+ 3
Recursive: n=int(input()) def fib(m): if m in [0,1]:return m return fib(m-1)+fib(m-2) print(fib(n))
4th Sep 2018, 1:01 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
0
non recursive: https://code.sololearn.com/cwwMCakp1rYd/?ref=app
4th Sep 2018, 2:53 AM
JME

Często masz takie pytania?

Ucz się bardziej efektywnie, za darmo:

  • Wprowadzenie do Pythona

    7.1M uczących się

  • Wprowadzenie do Java

    4.7M uczących się

  • Wprowadzenie do C

    1.5M uczących się

  • Wprowadzenie do HTML

    7.5M uczących się

Zobacz wszystkie kursy
Popularne dzisiaj
Hey I've done the C# and SQL beginner and intermediate, but still feel like there could be more... Is there advanced somewhere?
2 Votes
Beginner question
0 Votes
Issue with Sololearn Module Quiz Despite Correct Answers
1 Votes
I need help to solve this
0 Votes
Remove
0 Votes
Project
0 Votes
Engineer Cloud
0 Votes
Hey what the research process order for them that I am telling you please order them and tell me answer
0 Votes
Lua?
1 Votes
by getting subscription will it help to me be a pro in python is it appropriate app? please guide me
0 Votes