No activity today, make something!
Simplest Python python convert

20141124013907 guodepei  

python convert

  • str2int: locale.atoi(str)
  • int2str: str(i)
  • str2double: locale.atof('123.45')
  • double2str: str(f)