On Jul 23, 7:33 pm, goldtech <goldt...@worldpost.com> wrote: > > >>> n > [u'174'] > > Probably newbie question but not sure how suppress the brackets and > the 'u' ? I assume pyhon is telling me it's a unicode string in the n > variable.
Try type(n) and see what happens. Then report back. :) -- http://mail.python.org/mailman/listinfo/python-list