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

Q&A Discussions

Can someone explain this, def fib(x): if x==1 or x==0 return 1 else: return fib(x-1) + fib(x-2)
dddvv
0 Votes
2 Answers
15th Sep 2021, 5:25 PM
Izizi Abdul
Izizi Abdul - avatar
Hot today
generic programming understanding memory ownership
0 Votes
overloading operators << >>
1 Votes
Default constructor and default assignment operator
0 Votes
How to start in web dev?
0 Votes
Wishkit alternative for android
1 Votes
Hi
0 Votes
Issue in code
0 Votes
My question is about python?
0 Votes
i need to learn Coding
0 Votes
Web
0 Votes