General Programming Self-Test

(outline goes here) start

x=1, x**2=1
x=2, x**2=4
...
(note that Python uses ** instead of ^ for exponentials)