Invalid windows command line to modify color with\ 033 [31m]

In the Python3.6.5 environment of

window7, use

-sharp -*- coding: utf-8 -*-
print("\033[31m  \033[0m")

want to display red text, but the print result is:

excuse me, why is this happening

Mar.10,2021

Red is 255

Menu