ConvertDataTypes.comConvert data types programming in one click !

Convert int to bool in Python

    26392 hits
  • vIn = 1
  • vOut = bool(vIn)