0
Triangle in python
what wrong? https://code.sololearn.com/cHe1rcFcNv14/?ref=app
2 ответов
+ 1
you should add a print() statement after your inner for loop to break lines...
0
https://code.sololearn.com/c1Aonj4GArd2/?ref=app
You forgot to print at new line after each row (add "print()" after "for col in" loop).