- 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
推薦閱讀
- 計算機網絡
- GAE編程指南
- Redis入門指南(第3版)
- React Native Cookbook
- Responsive Web Design with HTML5 and CSS3
- Python計算機視覺編程
- Python高級編程
- 深度強化學習算法與實踐:基于PyTorch的實現
- Building a Quadcopter with Arduino
- Java項目實戰精編
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- .NET Standard 2.0 Cookbook
- Beginning C++ Game Programming
- 邊玩邊學Scratch3.0少兒趣味編程
- Perl 6 Deep Dive