- 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
推薦閱讀
- The Complete Rust Programming Reference Guide
- Oracle WebLogic Server 12c:First Look
- Monkey Game Development:Beginner's Guide
- Learning Spring 5.0
- Linux網絡程序設計:基于龍芯平臺
- 手把手教你學C語言
- MATLAB 2020從入門到精通
- Java Web開發詳解
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- Web前端應用開發技術
- Java Fundamentals
- Julia High Performance(Second Edition)
- 少兒編程輕松學(全2冊)
- SQL Server 2014 Development Essentials
- Practical Time Series Analysis