so I get this error when I try to run my pygame code: pygame.error: video system not initialized
i specify where the wing IDE tells me it is in the code below
pygame.init() then solve the problem video system initialized.
but you get the next error like:(
AttributeError: tuple object has no attribute 'fill') this.
screen = pygame.display.set_mode((600, 400))
but not doing like
screen = screen_width, screen_height = 600, 400