I am using python 2.6.6
I am simply trying to restart the program based on user input from the very beginning. thanks
import random import time print
You need to use random.seed to initialize the random number generator. If you call it with the same value each time, the values from random.choice will repeat themselves.
random.seed