Exercise 4: Explore Generators
Practice writing a fake weather prediction generator.
We'll cover the following...
Problem statement
This chapter explains how to write functions that return
generators and multiple values. First, consider how to generate the two random values. Evaluate ...