Exercise: Yield three numbers

The function numbers is meant to be a generator. The first yield is there. Add two more so the generator hands back 1, 2, 3 in order.
Python
Setting up Python environment...
Output