Posts by Renan Azedo de Oliveira • 1 point
1 post
-
-2
votes1
answer44
viewsQ: I am studying Python and using Google colab as an IDE. Using 033[m does not end the colorization. Can anyone help?
I’m learning Python and using Google colab. So I tried. print('\033[31mOlá Mundo!\033[m') print('Olá Mundo!') What happens is that the \033[m does not contain colorization and the next line and all…