Development Python

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