Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python concatenate strings

x = ‘apples’
y = ‘lemons’
z = “In the basket are %s and %s” % (x,y)
Source by www.pythonforbeginners.com #
 
PREVIOUS NEXT
Tagged: #python #concatenate #strings
ADD COMMENT
Topic
Name
6+4 =