• Cursussen
  • Code Compiler
  • Discussiëren
  • Prijzen
  • Teams
Menu

Q&A Discussies

num = int(input()) def fibonacci(n): if n==1: return 0 elif n==2: return 1 else: return fibonacci (n-1) + fibonacci (
exsercisefibonaccipythonseries
1 Stem
7 Antwoorden
23rd Dec 2020, 1:07 PM
ARNAV SINGH
ARNAV SINGH - avatar
Populair vandaag
debate which is better
6 Votes
Text editor
0 Votes
Debugging issue?
0 Votes
Mobile app not working sometimes
0 Votes
Which one should I start with to learn python. The developer path or both seperate beginner and intermediate python?
0 Votes
Is anyone else having this issue?
2 Votes
how to view only application
0 Votes
If very confusing
0 Votes
Arduino
2 Votes
I’m really confused
0 Votes