- Learn Python in 7 Days
- Mohit Bhaskar N. Das
- 38字
- 2021-07-09 20:40:22
String concatenation
Two strings can be joined using the + operator:
print "Only way to join" + "two strings"
The following is the output of the preceding code:
C:pydev>python string_concatenation.py
Only way to join two strings
推薦閱讀
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- Angular UI Development with PrimeNG
- JavaScript+DHTML語法與范例詳解詞典
- 造個小程序:與微信一起干件正經事兒
- R語言數據可視化之美:專業圖表繪制指南
- Cassandra Design Patterns(Second Edition)
- DevOps Automation Cookbook
- Java程序設計:原理與范例
- Android底層接口與驅動開發技術詳解
- Raspberry Pi Home Automation with Arduino(Second Edition)
- Express Web Application Development
- Python青少年趣味編程
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- C語言程序設計
- Instant GLEW