from Processing import *

window(600, 400)

fill(0, 0, 255)
line( 353, 97, 247, 203 )
ellipse( 353, 97, 30, 30)
ellipse( 247, 203, 30, 30)