pygame.draw.rect(SURFACE, RGB_COLOR, (X, Y, WIDTH, HEIGHT))
pygame.Rect(top, left, width, height) # all values are integers in pixels
pygame.draw.rect(surface, colour, Rect) #Rect would be a .Rect() variable.