Code not working | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 3

Code not working

https://code.sololearn.com/cD2nub0U80Gp/?ref=app I made this code to generate a rectangle but it doesn't work. Any tips or pointers

6th Mar 2018, 7:09 PM
Richard Cofie
Richard Cofie - avatar
1 Respuesta
+ 2
You should not have "==" in for loops. You need to use < or > or <= or >=. Whichever needs your program.
6th Mar 2018, 7:26 PM
Sad
Sad - avatar