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