Glob returning an empty list when passed a variable
Hieu.D.Hoang at gmail.com
Hieu.D.Hoang at gmail.com
Sat Feb 10 08:25:31 EST 2007
More information about the Python-list mailing list
Sat Feb 10 08:25:31 EST 2007
- Previous message (by thread): Glob returning an empty list when passed a variable
- Next message (by thread): Glob returning an empty list when passed a variable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Feb 10, 3:32 pm, Steve Holden <s... at holdenweb.com> wrote: > > >>> "% s" % 'banana' > 'banana' > >>> "% s" % 1 > '1' > >>> "% s" % -1 > '-1' > >>> > With some number: In [2]: "% 3s" % 'a' Out[2]: ' a' Hieu
- Previous message (by thread): Glob returning an empty list when passed a variable
- Next message (by thread): Glob returning an empty list when passed a variable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list