fork(1) download
  1. # your code goes here
  2. def x(i):n=[~j%2for j in range(i)];n[0]=101-sum(n);print n
  3. x(3)
  4.  
Success #stdin #stdout 0.01s 9016KB
stdin
2
stdout
[99, 0, 1]