DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
string concatenation in python
x
=
"String"
y
=
"Python"
d
=
"+"
c
=
"We can concatenation "
+
y
+
x
+
"with"
+
d
+
"Operator"
print
(
c
)
Source by www.pythonforbeginners.com #
PREVIOUS
NEXT
Tagged:
#string
#concatenation
#python
ADD COMMENT
Topic
COMMENT
Name
2+4 =
Submit