Grazie mille

Il giorno 05/mar/2011, alle ore 09.33, simozack ha scritto:
> Più semplice del previsto:
> 
>>>> a = 'pippo'
>>>> '%-6s' % a
> 'pippo '
>>>> '%6s' % a
> ' pippo'

_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Rispondere a