- 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
推薦閱讀
- Expert C++
- 零基礎玩轉區塊鏈
- Unity 2020 Mobile Game Development
- Mastering LibGDX Game Development
- INSTANT Passbook App Development for iOS How-to
- 微信小程序項目開發實戰
- 大學計算機基礎實驗指導
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- OpenGL Data Visualization Cookbook
- Oracle實用教程
- Getting Started with Python
- Android Sensor Programming By Example
- MySQL 8從零開始學(視頻教學版)
- Java服務端研發知識圖譜
- PhoneGap 3.x Mobile Application Development Hotshot