from random import*
from time import*
while 1:
sleep(0.05)
for i in range(randint(0,100)):
print(randint(0,1),end='')
print('',)