ConvertDataTypes.comConvert data types programming in one click !

Convert long to str in Python

    14847 hits
  • vIn = -9223372036854775808L
  • vOut = str(vIn)