Thank you Marc, it is exactly the same I asked for.
D.
--
http://mail.python.org/mailman/listinfo/python-list
There are some errors occured in displaing previous message, I meant
all right borders are the same, + some number of spaces before integer
numbers, according to the number of digits
D.
--
http://mail.python.org/mailman/listinfo/python-list
In <[EMAIL PROTECTED]>, dmitrey wrote:
> how can I implement this one in the simpliest way?
> Thank you in advance,
In [45]: '%10d' % 1
Out[45]: ' 1'
In [46]: '%10d' % 42
Out[46]: '42'
In [47]: '%10d' % 1
Out[47]: ' 1'
Ciao,
Marc 'BlackJack' Rintsch
--
http
hi all,
I need printing the following:
1
2
3
...
9
10
...
99
100
...
999
1000
1001
...
how can I implement this one in the simpliest way?
Thank you in advance,
D.
--
http://mail.python.org/mailman/listinfo/python-list
hi all,
I need printing the following:
1
2
3
...
9
10
...
99
100
...
999
1000
1001
...
how can I implement this one in the simpliest way?
Thank you in advance,
D.
--
http://mail.python.org/mailman/listinfo/python-list