# your code goes here
def x(i):n=[~j%2for j in range(i)];n[0]=101-sum(n);print n
x(3)
