Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

String concatenation

#Read inputs a and b and store string variables in them.
read a b

#append b to the string a
a+=$b

#Output the resulting string
echo $a
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #String #concatenation
ADD COMMENT
Topic
Name
9+2 =