ConvertDataTypes.comConvert data types programming in one click !

Convert str to bool in Python

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