Quiz 4!
Here is a quiz to test your understanding of the chapter on plotting.
1
Will the following code compile?
x = np.arange(0, 10)
y = np.linspace(0, 10, 8)
plt.plot(x, y)
A)
Yes
B)
No
Question 1 of 50 attempted
Get hands-on with 1200+ tech skills courses.