标签:
python2中相除浮点的方法
>>> from __future__ import division >>> print 1 /2 0.5
原文地址:http://www.cnblogs.com/huangweimin/p/5739763.html