A kind of programmer.. >>
See more
def inside(p): x, y = random.random(), random.random() return x*x + y*y < 1