ConvertDataTypes.comConvert data types programming in one click !

Convert str to bool in Python

    8108 hits
  • vIn = "1"
  • vOut = bool(vIn)