Python 2.7.16 (v2.7.16:413a49145e, Mar 4 2019, 01:37:19) [MSC v.1500 64 bit (AMD64)] on win32
Type “help”, “copyright”, “credits” or “license” for more information.
print 2+2
4
import pygame
Traceback (most recent call last):
File “”, line 1, in
ImportError: No module named pygame