Q. Which of these is not a keyword in Python?
β
Correct Answer: (C)
goto
Explanation: `goto` is not a keyword in Python.
Explanation: `goto` is not a keyword in Python.