python交互模式

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python交互模式相关的知识,希望对你有一定的参考价值。

C:\Users\Administrator>python3
Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 18:41:36) [MSC v.1900 64 bit (AMD64)]
 on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()

C:\Users\Administrator>python2
Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (
Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
exit之后数据会消失
那么交互模式有什么用呢
我们可以用它来测试代码

  

以上是关于python交互模式的主要内容,如果未能解决你的问题,请参考以下文章

Python教程(1.2)——Python交互模式

判断 Python 是不是处于交互模式

python中命令行模式和交互模式

python交互窗口在哪

python交互模式下命令tab补全

python RegEx模式片段