- 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
推薦閱讀
- Learning RxJava
- Visual Basic編程:從基礎到實踐(第2版)
- Koa開發:入門、進階與實戰
- Building a Quadcopter with Arduino
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Protocol-Oriented Programming with Swift
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- 深入淺出Python數據分析
- 從零開始學Python大數據與量化交易
- Web前端開發最佳實踐
- Java面向對象程序設計教程
- Elastix Unified Communications Server Cookbook
- Swift 2 Design Patterns
- Learn C Programming
- Tkinter GUI Application Development Blueprints