Como imprimir vários números inteiros em python em linha diferente

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