how to add drawing in pygame code example
Example 1: pygame circle
circle(surface, color, center, radius)
Example 2: draw a line pygame
pygame.draw.line(surface, color, start_pos, end_pos, width)
circle(surface, color, center, radius)
pygame.draw.line(surface, color, start_pos, end_pos, width)