- Mastering Python Scripting for System Administrators
- Ganesh Sanjiv Naik
- 88字
- 2021-07-02 14:00:17
Starting the interactive console
We can access Python's interactive console from any computer that has Python already installed. Run the following command to start Python's interactive console:
$ python
This will start the default Python interactive console.
In Linux, if we write Python in the Terminal, the python2.7 console starts. If you want to start the python3 console, then enter python3 in the Terminal and press Enter.
In Windows, when you enter Python in Command Prompt, it will start the console of the downloaded Python version.
推薦閱讀
- 程序員面試筆試寶典(第3版)
- 解構(gòu)產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門(mén)寶典
- R語(yǔ)言經(jīng)典實(shí)例(原書(shū)第2版)
- Instant Zepto.js
- Magento 2 Theme Design(Second Edition)
- Learning Apache Kafka(Second Edition)
- Troubleshooting PostgreSQL
- Unity UI Cookbook
- PHP從入門(mén)到精通(第4版)(軟件開(kāi)發(fā)視頻大講堂)
- Getting Started with Eclipse Juno
- Practical Game Design with Unity and Playmaker
- 從0到1:HTML5 Canvas動(dòng)畫(huà)開(kāi)發(fā)
- 從零開(kāi)始學(xué)UI:概念解析、實(shí)戰(zhàn)提高、突破規(guī)則
- C語(yǔ)言程序設(shè)計(jì)教程
- Ionic3與CodePush初探:支持跨平臺(tái)與熱更新的App開(kāi)發(fā)技術(shù)