Welcome, guest | Sign In | My Account | Store | Cart
from random import *
randBinList = lambda n: [randint(0,1) for b in range(1,n+1)]

History