I am a fairy new Python user. I want to install the random module. I have used the math module before without any issues (as long as I include 'import math'. But when I type 'import random', I receive an error. Can anyone help me import the random module for python 2.7?
Thanks!