Login using Social Account
     Continue with GoogleLogin using your credentials
Create a variable X
using Numpy (np
) as follows:
X = np.arange(0,100)
Create another variable y
using the below formula:
y = 2*X^2 + 3*X - 5
Now, create a line plot plt
with X
and y
using Matplotlib
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...