can u correct issue within code | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
11th Oct 2020, 4:58 PM
#challenger mg
#challenger mg - avatar
3 Respuestas
+ 3
Right now the code inside the function series has a problen. The elif and else will only work if the first case is false. Right now it is true and there is no way in it will become false, there is no unbound error
11th Oct 2020, 5:03 PM
Steve Sajeev
Steve Sajeev - avatar
+ 3
if True block is always performed. you never perform elif or else branch. give yourself a bit more time for the lessons. Doubtlessly you will master it.
11th Oct 2020, 5:03 PM
Oma Falk
Oma Falk - avatar
0
Thx STEEVE AND OTHERS
12th Oct 2020, 4:08 PM
#challenger mg
#challenger mg - avatar