for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from pypen import *
def start():
for x, y in pixels():
rectangle(x, y, 1, 1, (random(255), random(255), random(255)))