Robotics & Artificial Intelligence

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

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

Python String Manipulation

2 Likes

Answer

+

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

Answered By

1 Like


Related Questions