-2
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 other answers also appear colored.
I tested on another platform and it worked.
Thank you for your attention.
So. From there, all the answers turn red
– Renan Azedo de Oliveira