check if variable is text python code example Example: python check if variable is string # python 2 isinstance(s, basestring) # python 3 isinstance(s, str)