fork download
  1. from numpy import*
  2. f=lambda n,t,s:[poly1d(append(random.randint(0,251,t-1),s))(i+1)%251for i in range(n)]
  3. print(f(6,3,230))
Success #stdin #stdout 0.21s 27248KB
stdin
Standard input is empty
stdout
[205, 127, 4, 115, 138, 170]