Yield keyword in python - Real life use case
What is yeild keyword?
One of the rarely spoken keywords in python is the "yield" keyword. It returns a generator object from the function it is used in.
What is a generator? It is an entity that gets calculated on demand. For eg: Addition of two nu...
slav.hashnode.dev4 min read