admin 管理员组

文章数量: 1184232

Python-从命令行中退出python环境

方法一:

exit() + 回车

方法二:

quit() + 回车

方法三:

Ctrl + Z + 回车

本文标签: 命令行 环境 python