import sys print(sys.platform) for i in range(5): print('👍' * (i + 1))