Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

concatenacion python

text1 = 'Hello '
text2 = 'World'
phrase = text1 + text2
print(phrase)

#Hello World
Source by www.pythonforbeginners.com #
 
PREVIOUS NEXT
Tagged: #concatenacion #python
ADD COMMENT
Topic
Name
4+3 =