ConvertDataTypes.comConvert data types programming in one click !

Convert str to bool in Python

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