Python在終端中怎么清除不要的代碼?
1.Ctrl + d 相信這個快捷鍵在很多交換式情景下都能退出交換式模式。
2.quit()或者exit(),在很多交換式模式下是通過quit命令退出,在Python的交換式模式所有命令都是函數,不能漏掉后面的()。
3.輸入 exit() 運行或按 Ctrl + D,在python shell中輸入"exit()"即可退出python交互界面,1 0ctrl-c就行或者quit()有提示的。
4.使用 quit(), exit(), 或者Ctrl-D退出命令行,python2.7.7(default,Jun32014,01:46:20) [GCC4.9.020140521(prerelease)]onlinux2
5.Type"help","copyright","credits"or"license"formoreinformation. >>>quit Usequit()orCtrl-D(i.e.EOF)toexit