What is the output of the following command typed in Python interactive mode? >>> print(`and` in `And now for something
Posted: Mon Aug 01, 2022 9:35 am
What is the output of the following command typed in Python interactive mode?
>>> print(`and` in `And now for something completely different`)
A. SyntaxError: invalid syntax
B. True
C. False
>>> print(`and` in `And now for something completely different`)
A. SyntaxError: invalid syntax
B. True
C. False