On 2007-11-01, nico <[EMAIL PROTECTED]> wrote:
> The following example returns a string type, but I need a tuple...
>>>> var = ("Hello")
>>>> print type(var)
><type 'str'>
>
> I need that for a method parameter.

var = "hello",

-- 
Neil Cerutti
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to