tab size
Alves, Carlos Alberto - Coelce
calves at coelce.com.br
Mon Jun 17 12:05:17 EDT 2002
More information about the Python-list mailing list
Mon Jun 17 12:05:17 EDT 2002
- Previous message (by thread): tab size
- Next message (by thread): tab size
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all, Consider the following code: >>> for i in range(10): print "%d\t"%i, 0 1 2 3 4 5 6 7 8 9 >>> How can I change the default size of tab in formating string \t?! Carlos Alberto COELCE/DPRON-Departamento de Projetos e Obras Norte Fone: 677- 2228 e-mail: calves at coelce.com.br \|||/ (o o) --ooo0-(_)-0ooo-- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20020617/0f151b87/attachment.html>
- Previous message (by thread): tab size
- Next message (by thread): tab size
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list