#1375909
Как в Matplotlib построить график y = x^2?
Варианты ответа:
  • plt.plot(x, x ** 2)
  • plt.graph(x * x)
  • plt.square(x)
  • plt.xsquared()