HI,
I was working on example of splitting using delimiter ;
Example :-
>>> a="43;dsds;d"
>>>
>>> b=a.split(';')
>>>
>>> b=a.split(';')
Here I encountered the following error :-
Traceback (innermost last):
File "<stdin>", line 1, in ?
AttributeError: 'string' object has no attribute 'split'
File "<stdin>", line 1, in ?
AttributeError: 'string' object has no attribute 'split'
Can anybody help on resolving this issue?
Thanks
Abhinav
Try the all-new Yahoo! Mail . "The New Version is radically easier to use" The Wall Street Journal
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor