Contribute Media
A thank you to everyone who makes this possible: Read More

What is a generator function?

Description

When you call a generator function it doesn't actually run the function; instead it returns a generator object.

Details

Improve this page