Python 3.8.12 (default, Aug 31 2021, 04:09:21) [Clang 12.0.5 (clang-1205.0.22.9)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> bool('false') True >>> bool('False') True >>> bool('no') True