for degrees in range(0, 360): radians = degrees / 180.0 * math.pi x = math.cos(radians) * radius y = math.sin(radians) * radius