ConvertDataTypes.comConvert data types programming in one click !

Convert int to bool in Python

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