ConvertDataTypes.comConvert data types programming in one click !

Convert bool to int in Python

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