Expected:
Output:
import matplotlib.pyplot as plt
y = [1, 4, 9, 16, 25, 30, 25, 16, 9, 4]
# complete code here
plt.plot(
plt.show()
Python
Setting up Python environment...
Output
import matplotlib.pyplot as plt
y = [1, 4, 9, 16, 25, 30, 25, 16, 9, 4]
# complete code here
plt.plot(
plt.show()
Setting up Python environment...