difference between %s and %d
Ethan Furman
ethan at stoneleaf.us
Fri Oct 1 15:15:01 EDT 2010
More information about the Python-list mailing list
Fri Oct 1 15:15:01 EDT 2010
- Previous message (by thread): IMAP support
- Next message (by thread): difference between %s and %d
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If I'm printing the number 735, or any other positive or negative integer, is there any difference between %7s and %7d? ~Ethan~
- Previous message (by thread): IMAP support
- Next message (by thread): difference between %s and %d
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list