DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
5+1 =
Submit