ConvertDataTypes.comConvert data types programming in one click !

Convert bool to int in Python

    42219 hits
  • vIn = True
  • vOut = int(vIn)