Python: is not sequence

Posted by nicotine on Stack Overflow See other posts from Stack Overflow or by nicotine
Published on 2010-05-30T00:43:25Z Indexed on 2010/05/30 0:52 UTC
Read the original article Hit count: 365

In python is there an easy way to tell if something is not a sequence? I tried to just do: if x is not sequence but python did not like that

© Stack Overflow or respective owner

Related posts about python

Related posts about if-statement