Help Required

Surajsub surajsub at netscape.net
Fri Mar 15 20:24:33 EST 2002


Hi,
I am a newbie to Python and am pretty fascinated by it power and
speed.I am however puzzled in trying to write this script.
The script builds a list of userids to be fed to ldap and it is
supposed to be

uid1,uid2,uid3....and so on.( Notice there is no space)

However when i am trying to create the uid list it gives

uid1, uid2, uid3,...and so on.
how do i get rid of this leading space if u would call it..
string.lstrip does not work either.

what am i doing wrong?
TIA
Suraj



More information about the Python-list mailing list