1.What is the index number of the first character in a string?
0
1
2
______ method is used to change the characters into capital letters.
lower()
upper()
len()
For concatenation of two strings we use the____ operator.
-
*
+