- Mastering Python Scripting for System Administrators
- Ganesh Sanjiv Naik
- 35字
- 2021-07-02 14:00:19
Using the quit() or exit() functions
quit() will take you out of Python's interactive console. It will also take you to the original Terminal you were previously in:
>>> Lion = 'Simba'
>>> quit()
student@ubuntu$
推薦閱讀
- 極簡算法史:從數學到機器的故事
- .NET之美:.NET關鍵技術深入解析
- Scala Design Patterns
- JavaScript+jQuery開發實戰
- SEO實戰密碼
- JavaScript從入門到精通(第3版)
- SQL經典實例(第2版)
- 組態軟件技術與應用
- C和C++游戲趣味編程
- Hands-On Neural Network Programming with C#
- Lift Application Development Cookbook
- 從零開始學Android開發
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- Isomorphic JavaScript Web Development