Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to concat join 2 strings in python

str1 = “Hello”
str2 = “World”
str1 + str2
Source by www.educative.io #
 
PREVIOUS NEXT
Tagged: #concat #join #strings #python
ADD COMMENT
Topic
Name
3+3 =