ConvertDataTypes.comConvert data types programming in one click !

Convert long to bool in Python

    67 hits
  • vIn = -9223372036854775808L
  • vOut = bool(vIn)