关于python 的问题

本人刚开始看python,书上说通过命令行运行python,可以使用命令开关-Qnew,实现普通的除法运算。具体要怎么使用这个开关?我根本不知道在哪里。。

tim@crunchbang:~$ python -Qnew
Python 2.7.3 (default, Mar 14 2014, 11:57:14) 
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 23 / 14
1.6428571428571428
>>> exit()

tim@crunchbang:~$ python
Python 2.7.3 (default, Mar 14 2014, 11:57:14) 
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 23 / 14
1
>>>

温馨提示:答案为网友推荐,仅供参考
相似回答