``` python print(''.join([ 'm', # ignore this 'y', # search engine will read this. 'm', # hahaha 'y', 'c', 'o', 'd', 'i', 'n', 'g', ])) ```