Online Inter College
Blog
Articles
Guides
Courses
Tools
Explore
Live
Search
Sign In
Get Started
What is a Python generator? · Question Bank | Online Inter College
← Question Bank
Python Essentials — Interview & Exam Set
Generators
Intermediate
MCQ
What is a Python generator?
Choose the correct answer:
A
A function that returns a list at once
B
A function that yields values one at a time using the yield keyword
C
A class that manages memory automatically
D
A built-in Python module for random number generation
Click an option to reveal the answer.