>>>>> praba kar <[EMAIL PROTECTED]> (pk) wrote:

>pk> Dear all,
>pk>      Is it possible to right align
>pk> the Ipaddress?  Normally we can
>pk> right align the  list of numbers
>pk> by %3u or %7u.  How we can right
>pk> align the Ipaddress? 

>pk> I expects below format output
>pk> eg 203.199.200.0
>pk>      203.33.20.0

"%15s" % ip
-- 
Piet van Oostrum <[EMAIL PROTECTED]>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: [EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to