\[\mathbf{E}=mc^2\]
This is a Quarto website.
To learn more about Quarto websites visit https://quarto.org/docs/websites.
for i in range(10): print(i**2)
0 1 4 9 16 25 36 49 64 81
x = c(1:10) plot(x, x^2)