I have read some of the Stack Overflow posts here about pygame not importing. I have tried moving pygame in the scripts folder of Python, making sure it is the right type, and installing it using anaconda prompt. Do you know why none of these are working? By the way, here's my code and error. I have Windows 10, 64 bit computer, and Python 2.7.
import sys, os, random, pygame
ImportError: No module named pygame