# example2.py

from Processing import *
window(500, 500)

size(500, 500)
smooth()
noLoop()

#scale(2,5)
line(1, 1, 25, 25)
