pygamedraw.line code example
Example 1: pygame circle
circle(surface, color, center, radius)
Example 2: pygame how to draw a rectangle
pygame.draw.rect(DISPLAY,BLUE,(200,150,100,50))
circle(surface, color, center, radius)
pygame.draw.rect(DISPLAY,BLUE,(200,150,100,50))