I need to print this code:
for x in range (1, 21): if x%15==0: print(\"fizzbuzz\") elif x%5==0: print(\"buzz\") elif x%3==0:
A '\n' character is written at the end, unless the print statement ends with a comma.
http://docs.python.org/2/reference/simple_stmts.html