- The Python Apprentice
- Robert Smallshire Austin Bingham
- 74字
- 2021-07-02 22:16:52
Unix
If you're on Mac or Linux, press Ctrl+D to exit.
If you regularly switch between platforms and you accidentally press Ctrl+Z on a Unix-a-like system, you will inadvertently suspend the Python interpreter and return to your operating system shell. To reactivate Python by making it a foreground process again, simply run the fg command:
$ fg
Now press Enter and couple of times to get the triple arrow Python prompt back:
>>>
推薦閱讀
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Learning Spring 5.0
- WSO2 Developer’s Guide
- FreeSWITCH 1.6 Cookbook
- Apache Hive Essentials
- Functional Programming in JavaScript
- 用Flutter極速構建原生應用
- Effective Python Penetration Testing
- The Complete Coding Interview Guide in Java
- Highcharts Cookbook
- Vue.js 2 Web Development Projects
- Java程序設計及應用開發
- Apache Kafka 1.0 Cookbook
- Visual C++程序開發范例寶典
- Practical Time Series Analysis