p="plex"*3 print(p) for i in range(1,12):print(p[i]+" "*~-i+p[i])