Log in
Sign up for FREE
arrow_back
Library

Python Strings

star
star
star
star
star
Last updated about 2 years ago
3 questions
1
1
1
Question 1
1.

Question 2
2.

Question 3
3.

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.
-
*
+