- 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
推薦閱讀
- 從0到1:HTML+CSS快速上手
- GameMaker Programming By Example
- C語言實驗指導及習題解析
- Linux Shell核心編程指南
- Natural Language Processing with Python Quick Start Guide
- 從零開始:C語言快速入門教程
- Mastering Python
- Python Django Web從入門到項目實戰(視頻版)
- PHP從入門到精通(微視頻精編版)
- iOS應用逆向工程:分析與實戰
- JavaWeb入門經典
- 深入理解Android:WebKit卷
- Jenkins 2.x Continuous Integration Cookbook(Third Edition)
- C語言程序設計教程
- Java Web開發系統項目教程