ConvertDataTypes.comConvert data types programming in one click !

Convert str to bool in Python

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