# set a stroke color
stroke(0)
# draw a line between two given points
line((100, 100), (900, 900))