Cómo imprimir múltiples enteros en Python en una línea diferente

print str(int1) + '\n' + str(int2)
Frightened Fowl