Courses
Log inStart Learning AI
Courses
Log inStart Learning AI

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
Python intermediate help with dictionaries
0 Votes
Marquee
1 Votes
I'm about to make a complex calculator in python
0 Votes
Any Advise?
1 Votes
How far do courses go on Sololearn?
0 Votes
RUST'S FUTURE
1 Votes
Popsacles Aufgabe
1 Votes
why is python community is too small in sololearn?
0 Votes
Button In C++
1 Votes
Question #2: "Please activate your account and keep learning to enable messaging. An email has been sent to you"
1 Votes