import random
comments = [' ',' ',' #this is a loop',' #is this tehcnically a quine?',' #small optimization']
code = ['+/u/CompileBot python', 'import random', 'comments = ', 'code = ', 'code[2] = code[2] + str(code)', 'code[1] = code[1] + str(comments)', 'for i in code:', '    print(i + random.choice(comments))']
code[2] = code[2] + str(code)
code[1] = code[1] + str(comments)
for i in code:
    print(i + random.choice(comments))