Robotics & Artificial Intelligence
The operator used to join two or more strings is …………… .
- +
- -
- *
- None of these
Python String Manipulation
2 Likes
Answer
+
Reason — The concatenation operator + is used for joining multiple strings.
Answered By
2 Likes
Related Questions
String slicing means to create a sub string.
The tolower() method is used to convert all letters of a string into small letters.
The method used to convert all characters of a string in upper case is …………… .
- toupper()
- upper()
- capital()
- case()
The method used to count the number of characters in a string is …………… .
- length()
- len()
- count()
- None of these