import math
i = 0
while True:
    i += 0.5
    print('%sSTFU NERD' % (' '*int((math.cos(i) + 1) * 10)))
    if i > 50:
        break