QuestionQ15
Python BasicsWhat is the result of entering the following command in Python interactive mode?
>>> print(`and` in `And now for something completely different`)
- A SyntaxError: invalid syntax
- B True
- C False
What is the result of entering the following command in Python interactive mode?
>>> print(`and` in `And now for something completely different`)
Community Discussion