Mar-04-2019, 06:59 PM
I'm trying to change the output text to green and the background to blue using this code:
print("\033[1;32;44m******************************************************") print("\033[1;32;44m* Terminate Instance Operations in AWS Are Complete. *") print("\033[1;32;44m******************************************************")But the output is the the default powershell white and the numeric codes are visible. This is how the output looks:
Error:
[1;32;44m******************************************************
[1;32;44m* Terminate Instance Operations in AWS Are Complete. *
[1;32;44m******************************************************
What am I doing wrong?