Concatenating Strings : Concatenate : String PYTHON TUTORIALS


PYTHON TUTORIALS » String » Concatenate »

 

Concatenating Strings


print "Hello, " "world!" 
x = "Hello, " 
y = "world!" 
print x + y



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo String
» Concatenate