Olá!
x = list(range(1, 11))
y = notas_matematia
plt.plot(x, y)
Fiz algumas tentativas, inclusive duas vezes criando completamente do zero, compiando tudo do vídeo, e o erro x and y must have same first dimension, but have shapes (10,) and (8,) persiste.
Como corrigir?