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

Dyskusje Q&A

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 głosów
2 odpowiedzi
15th Sep 2021, 5:25 PM
Izizi Abdul
Izizi Abdul - avatar
Popularne dzisiaj
How can one build an Ai app
5 Votes
How to properly reverse a string in python
3 Votes
Can someone explain how it works (im new)
1 Votes
AI Takeover
2 Votes
Python Developer
0 Votes
Using Python on VScode
0 Votes
Average of Two Numbers
0 Votes
Hearts
0 Votes
Can I take the certificates after finished the lessons?
1 Votes
Error in the result
0 Votes