- Learn Python in 7 Days
- Mohit Bhaskar N. Das
- 38字
- 2021-07-09 20:40:21
Python back slash
The Python back slash is used for continuation of the print statement. You can stretch a single statement across multiple lines:
print "Hello
world "
This gives the following output:
C:pydev>python hello.py
Hello world
推薦閱讀
- iOS Game Programming Cookbook
- Implementing Modern DevOps
- Learning Flask Framework
- Programming ArcGIS 10.1 with Python Cookbook
- VSTO開發入門教程
- 你必須知道的204個Visual C++開發問題
- 數據結構(C語言)
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Redis Essentials
- Access 2010數據庫應用技術(第2版)
- 從零開始學Python網絡爬蟲
- OpenCV with Python Blueprints
- 視窗軟件設計和開發自動化:可視化D++語言
- Flask開發Web搜索引擎入門與實戰
- 循序漸進Vue.js 3前端開發實戰