您现在的位置是:课程教程文章

如何退出python命令行

2023-12-18 22:41课程教程文章 人已围观

命令行进入python

打开cmd——>直接输入python即可

直接进入Python

C:\Users\Administrator>python
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>

退出python,如下

C:\Users\Administrator>python
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import re
>>> exit()

C:\Users\Administrator>
课程教程:如何退出python命令行

上一篇:python2.7和3.6区别有哪些

下一篇:没有了

站点信息

  • 文章统计篇文章