python -c "print float(7/3)"
在我的电脑上打印出 2.0。我究竟做错了什么?
这就是我正在使用的:
Python 2.7.4 (default, Apr 19 2013, 18:28:01)
[GCC 4.7.3] on linux2
python -c "print float(7/3)"
在我的电脑上打印出 2.0。我究竟做错了什么?
这就是我正在使用的:
Python 2.7.4 (default, Apr 19 2013, 18:28:01)
[GCC 4.7.3] on linux2