python交互界面的退出方法

1.在终端输入python,进入之后退出:

quit()

或者

exit()

2,进入idle shell下的退出

关闭:

quit()

或者

exit()

或者快捷键Ctrl+d

相关推荐