FastNetMon

Saturday 12 December 2009

Python: конвертация float в строке в integer

Делается следующим хаком:

a="1232213.2213"
int(float(a))

1 comment :

Note: only a member of this blog may post a comment.