3. Titled & Labeled Line Plot

Easy

Plot y against x as a line, then set the title to "Growth", the x-axis label to "Time", and the y-axis label to "Value". Return the Axes.

Sign in to write and run your own code.

Implement solve(...)