• Курсы
  • Компилятор кода
  • Обсуждения
  • Цены
  • Teams
Menu

Обсуждения

num = int(input()) def fibonacci(n): if n==1: return 0 elif n==2: return 1 else: return fibonacci (n-1) + fibonacci (
exsercisefibonaccipythonseries
1 голос
7 ответов
23rd Dec 2020, 1:07 PM
ARNAV SINGH
ARNAV SINGH - avatar
Актуальное сегодня
Question
3 Votes
Hi guys I need some one to teach the String name how I can do it true because when I finish coding they give me NO OUTPUT
3 Votes
generic programming understanding memory ownership
0 Votes
overloading operators << >>
1 Votes
I dont now that how to do js
2 Votes
fully dynamic arrays
1 Votes
Wishkit alternative for android
1 Votes
Default constructor and default assignment operator
0 Votes
How to start in web dev?
0 Votes
Hi
0 Votes