from random import randint

# print('\u2571\u2572'.encode('utf-8').hex())

while True:
  print('\u2571\u2572'[randint(0, 1)], end='')
