Vidyalelo
Python · Q43

Python MCQs: Variable Names and Operators Chapter

Programming · Python · question 43

Q43

Which operator is used to concatenate strings in Python?

A.
&
B.
+
Answer
C.
.
D.
,

Answer: Option B

Solution

Answer: Option B
Solution:
The + operator is used to concatenate strings in Python.