[EMAIL PROTECTED] a écrit :
> Ok. This is small code.
> 
> The problem is '2' != 2

It would indeed be a problem if this expression eval'd to True. That's 
the case in some, hem, 'languages', and believe me it's *not* the 
RightThing.

> there is a way of converting 'some number' in
> number ?

assert(2 == int(2))

Anything else about tuples ?-)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to