ConvertDataTypes.comConvert data types programming in one click !

Convert bool to long in Python

    1461 hits
  • vIn = True
  • vOut = long(vIn)