Q. Which operator is used for string concatenation in Python?
β
Correct Answer: (A)
+
Explanation: The `+` operator concatenates strings.