Background: I'm trying to learn how to use Python, I've already taken a class for it in school. Now I'm trying to explore and create some projects to gain more experience.
Issue: I'm using VS Code on my Mac. Through the Terminal it shows that I have pygame installed. However, I'm unable to import it on VS Code.
This is the error message that I recieve:
File "/Users/jonjon0213/Desktop/Python Projects /import pygame.py", line 1, in <module>
import pygame
ModuleNotFoundError: No module named 'pygame'
Please Help!