Q. Which Python keyword is used to create a generator?
β
Correct Answer: (A)
yield
Explanation: `yield` is used inside functions to return a generator object.