Computer Science
Fill in the blanks:
Operator _________ when used with two strings, gives a concatenated string.
Python String Manipulation
1 Like
Answer
+
Answered By
1 Like
Related Questions
Suppose a tuple T is declared as T = (10, 12, 43, 39), which of the following is incorrect ?
- print(T[1])
- T[2] = -29
- print(max(T))
- print(len(T))
Fill in the blanks:
Strings in Python store their individual letters in Memory in _________ location.
Fill in the blanks:
Operator _________ when used with a string and an integer gives an error.
Fill in the blanks:
Part of a string containing some contiguous characters from the string is called _________.