Post

@PythonPr Answer: y (the string literal)
The distraction trap—no matter what is calculated before print("y") because it prints the STRING "y"
For beginners: Variable assignments don't affect print("y") because it prints a string literal, NOT variables!
English

@PythonPr A) Error. Because the print statement contains text in lowercase and none of the answer options are lowercase.
English

@PythonPr (A) ERROR, Because python is case sensitive, therefore "Y" and "y" are not same
English

@PythonPr The answer is 'y'. Obviously it's not in the options
English

@PythonPr A is the answer, there is no “y” variable declare
English
































