so i have this problem when i try to load an image with pygame without defining the path. I want it to get work. it would be important for getting it to work bc im making a game. could someone help me.
programIcon = pygame.image.load('ikon.png')
pygame.display.set_icon(programIcon)
this doesnt work