Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
String concatenation Demo : String Concatenation « String « Python
Python
String
String Concatenation
String concatenation Demo
print
"You can concatenate two "
+
"strings with the '+' operator."
Related examples in the same category
1.
Concantenate a string by '\'
2.
Concatenate Strings (glued together) with the + operator, and repeated with *