from cs1graphics import * paper = Canvas(400,400) for k in range(0,405,5): line = Path(Point(0,k), Point(k,400)) paper.add(line)