String concatenation Demo : String Concatenation « String « Python






String concatenation Demo

String concatenation Demo

print "You can concatenate two " + "strings with the '+' operator."

           
       

Related examples in the same category

1.Concantenate a string by '\'Concantenate a string by '\'
2.Concatenate Strings (glued together) with the + operator, and repeated with *Concatenate Strings (glued together) with the + operator, and repeated with *