這篇文章主要介紹了python命令行模式怎么用,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。
網(wǎng)站建設(shè)哪家好,找成都創(chuàng)新互聯(lián)!專注于網(wǎng)頁設(shè)計、網(wǎng)站建設(shè)、微信開發(fā)、微信平臺小程序開發(fā)、集團企業(yè)網(wǎng)站建設(shè)等服務(wù)項目。為回饋新老客戶創(chuàng)新互聯(lián)還提供了滑縣免費建站歡迎大家使用!
1、使用cmd打開命令行窗口。
2、在輸入python時,進(jìn)入python交互模式。
3、輸入exit(),退出交互模式,在命令行模式下運行.py程序。
實例
C:\Users\86178>python Python 3.8.3 (default, Jul 2 2020, 17:30:36) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32 Type "help", "copyright", "credits" or "license" for more information. >>> edit Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'edit' is not defined >>> exit() C:\Users\86178>python Python 3.8.3 (default, Jul 2 2020, 17:30:36) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32 Type "help", "copyright", "credits" or "license" for more information. >>> hello.py Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'hello' is not defined >>> exit() C:\Users\86178>python hello.pu python: can't open file 'hello.pu': [Errno 2] No such file or directory C:\Users\86178>python hello.py python: can't open file 'hello.py': [Errno 2] No such file or directory C:\Users\86178>cd /d 文件名、目錄名或卷標(biāo)語法不正確。 C:\Users\86178>cd /d D: D:\>python hello.py hello D:\>python Python 3.8.3 (default, Jul 2 2020, 17:30:36) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32 Type "help", "copyright", "credits" or "license" for more information. >>> hello.py Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'hello' is not defined >>>
感謝你能夠認(rèn)真閱讀完這篇文章,希望小編分享的“python命令行模式怎么用”這篇文章對大家有幫助,同時也希望大家多多支持創(chuàng)新互聯(lián),關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,更多相關(guān)知識等著你來學(xué)習(xí)!
當(dāng)前文章:python命令行模式怎么用
URL標(biāo)題:http://sd-ha.com/article30/ihhjso.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供定制開發(fā)、服務(wù)器托管、網(wǎng)站營銷、品牌網(wǎng)站制作、用戶體驗、外貿(mào)建站
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)