How can I tell if a python variable is a string or a list? March 19, 2023 by Tarik isinstance(your_var, basestring)