書名: 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
推薦閱讀
- Reporting with Visual Studio and Crystal Reports
- Java完全自學教程
- Learning Selenium Testing Tools with Python
- Android Studio Essentials
- 劍指JVM:虛擬機實踐與性能調優
- Java入門很輕松(微課超值版)
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- AngularJS深度剖析與最佳實踐
- jQuery開發基礎教程
- R Data Analysis Cookbook(Second Edition)
- Julia高性能科學計算(第2版)
- 0 bug:C/C++商用工程之道
- ASP.NET程序開發范例寶典
- 運維前線:一線運維專家的運維方法、技巧與實踐
- App Inventor 2 Essentials