COMPUTER SOFTWARE
PROGRAMMING LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
In Python program, text strings are shown in black color.
|
True
|
|
False
|
|
Either A or B
|
|
None of the above
|
Explanation:
Detailed explanation-1: -33[ = Escape code, this is always the same. 1 = Style, 1 for normal. 32 = Text colour, 32 for bright green.
Detailed explanation-2: -’b’-blue. ‘c’-cyan. ‘g’-green. ‘k’-black. ‘m’-magenta. ‘r’-red. ‘w’-white. ‘y’-yellow.
There is 1 question to complete.