I 'm a programmer and I make games. I most commonly use pygame. But on VS code it gives me a 'ImportError: No module named pygame' error. The rest of the web says that I'm using python 2, but I have python 3.9, the image below for proof:
[1]: /answers/storage/attachments/99139-screenshot-674.png
I've Tried running it with Python IDLE and it works, I even used the 'pip freeze' command and it it shows pygame in the list. I even tried uninstalling pygame and reinstalling it, but it doesn't work.
Thanks in advance