pygame drawing shapes code example
Example 1: pygame circle
circle(surface, color, center, radius)
Example 2: pygame draw rect syntax
pygame.draw.rect(SURFACE, RGB_COLOR, (X, Y, WIDTH, HEIGHT))
circle(surface, color, center, radius)
pygame.draw.rect(SURFACE, RGB_COLOR, (X, Y, WIDTH, HEIGHT))