Add a Second Line
The first line is already plotted. Add a second
plt.plot() call to draw y2 on the same graph.Premium
Expected:

Output:
Python
Setting up Python environment... Output
plt.plot() call to draw y2 on the same graph.
Setting up Python environment...