Q. What is the use of the `is` keyword in Python?
β
Correct Answer: (B)
Checks for identity
Explanation: `is` checks if two variables refer to the same object.