convert to boolean python code example Example: convert string to boolean python def str2bool(v): return str(v).lower() in ("yes", "true", "t", "1")