Question 1
Which method is used to find the index of the first occurrence of a substring in a string?
Question 2
What is the output of the following expression?
Question 3
Which method is used to check if a string contains only numeric characters?
Question 4
Which operator can be used to concatenate two strings in python?
Question 5
What dose the following string method do?
Question 6
What does the following expression do?
Question 7
What is the result of the following expression?
Question 8
Which method can be used to replace a specific substring with another substring in a string?
Question 9
What does the following string method do?
Question 10
How can you extract a substring from a string with the index range [start:end]?