Python Programming - Operators - Discussion

Discussion Forum : Operators - General Questions (Q.No. 6)
6.
Which operator is used for concatenating two strings?
+
~
.
|
Answer: Option
Explanation:
The + operator in Python is used for concatenating two strings. For example, "Hello " + "World" will result in "Hello World".
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.