中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

python命令行模式如何使用

發布時間:2022-05-20 16:04:48 來源:億速云 閱讀:374 作者:iii 欄目:大數據

這篇文章主要講解了“python命令行模式如何使用”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“python命令行模式如何使用”吧!

1、使用cmd打開命令行窗口。

2、在輸入python時,進入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
文件名、目錄名或卷標語法不正確。
 
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
>>>

感謝各位的閱讀,以上就是“python命令行模式如何使用”的內容了,經過本文的學習后,相信大家對python命令行模式如何使用這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

木兰县| 济南市| 科技| 峨眉山市| 周至县| 民县| 丹东市| 和田市| 洪雅县| 遂宁市| 东台市| 盈江县| 宁晋县| 赣州市| 阿勒泰市| 成武县| 城口县| 行唐县| 临湘市| 普兰县| 黔西县| 丁青县| 高要市| 广南县| 大冶市| 余姚市| 定兴县| 疏勒县| 宁远县| 孙吴县| 大姚县| 泰兴市| 榆中县| 祥云县| 南宫市| 衡南县| 平定县| 泰宁县| 嘉义市| 方山县| 常山县|