Nevermind, I was able to open IDLE and solve an issue with `import pygame` but it's saying that when `from pygame import mixer` it's showing invalid location.
Error Message
ImportError: cannot import name 'mixer' from 'pygame' (unknown location)
There is no mixer.py file in the pygame folder, I checked. What should I do? My friend who knows python admirably well doesn't know either.