KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

The operator used to join two or more strings is …………… .

  1. +
  2. -
  3. *
  4. None of these

Python String Manipulation

1 Like

Answer

+

Reason — The concatenation operator + is used for joining multiple strings.

Answered By

3 Likes


Related Questions