Как печатать несколько целых чисел в Python в другой линии

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