Usa python 3 Oppure from __future__ import print_function A questo punto puoi fare print(whatever, end='') Ovviamente puoi fare anche s=''.join('123' for _ in range(3)) print(s) -- Sent from mobile. Please excuse my brevity.