On 26/06/2014 20:37, Marco Beri wrote:
s = ‘123’ for j in range(3): print s,
s = "123" for j in range(3): sys.__stdout__.write(s)
Ciao Loris _______________________________________________ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python