
# ellipse.txt
title = Ellipse

a = 3

x = a * math.cos(t)
y = b * math.sin(t)
