Q. Which keyword is used to create a generator function?
β
Correct Answer: (A)
yield
Explanation: `yield` is used inside functions to make them generators.