Random integer chosen from range(6)
import random print random.randrange(6) # random integer chosen from range(6)