- 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.
推薦閱讀
- Python 3.7網(wǎng)絡(luò)爬蟲快速入門
- 零基礎(chǔ)PHP學(xué)習(xí)筆記
- 架構(gòu)不再難(全5冊)
- 數(shù)據(jù)結(jié)構(gòu)(Python語言描述)(第2版)
- RTC程序設(shè)計:實時音視頻權(quán)威指南
- Building Cross-Platform Desktop Applications with Electron
- Jupyter數(shù)據(jù)科學(xué)實戰(zhàn)
- Learning Unreal Engine Android Game Development
- Test-Driven Development with Django
- Python機(jī)器學(xué)習(xí)之金融風(fēng)險管理
- OpenMP核心技術(shù)指南
- App Inventor少兒趣味編程動手做
- Drupal Search Engine Optimization
- Android技術(shù)內(nèi)幕(系統(tǒng)卷)
- 算法超簡單:趣味游戲帶你輕松入門與實踐