关于python 的问题

2025-03-21 06:46:24
推荐回答(1个)
回答1:

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
>>>