To test how random the numbers that python generates are, i wrote this:
import random l=[] lshuf=[] for x in range(0,101): lshuf.append(x) for x in rang