• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu

Q&A Discussions

num = int(input()) def fibonacci(n): if n==1: return 0 elif n==2: return 1 else: return fibonacci (n-1) + fibonacci (
exsercisefibonaccipythonseries
1 Vote
7 Answers
23rd Dec 2020, 1:07 PM
ARNAV SINGH
ARNAV SINGH - avatar
Hot today
overloading operators << >>
1 Votes
how does this code function?
0 Votes
.
1 Votes
Default constructor and default assignment operator
0 Votes
Wishkit alternative for android
1 Votes
.
0 Votes
Hi
0 Votes
My question is about python?
0 Votes
Issue in code
0 Votes
i need to learn Coding
0 Votes