On 10/02/2011 18.02, Lorenzo Sutton wrote:
Marco Beri wrote:
int (''.join (str(x) for x in (1,2,3,4,5,6,7)))
# Non so se vi piace, รจ poco newb-friendly int( '%s' * 7 % tuple(range(1,7+1)) ) -- Wyrmskull _______________________________________________ Python mailing list [email protected] http://lists.python.it/mailman/listinfo/python
