Skip to content
✈
AEVROFY
← Python
Quiz
Python
Question 1 / 3
⏱ 00:00
What does a generator's `yield` provide over returning a list?
A
Faster random access
B
Lazy, one-at-a-time production with O(1) memory
C
Automatic sorting
D
Thread safety
← Previous
Next →
Python quiz — Learn · Aevrofy