Posts by Gustavo Gonzaga • 33 points
1 post
-
3
votes5
answers6310
viewsQ: How to stop the end='' command in Python
I got a problem every time I use the remote end='' he does not stop! Example: tabela = ('Palmeiras', 'Flamengo', 'Internacional') for time in tabela: print(time, end=' ') print('=-' * 20) Execution:…