Question 1
What data type does python use to represent a sequence of characters?
Question 2
Which of the following methods can be used to find the length of a string in python?
Question 3
What is the result of the following expression?
Question 4
What does the following string method do?
Question 5
Which method is used to split a string into a list of substring based on a specified delimiter?
Question 6
Which method is used to remove whitespace from the beginning and end of a string?
Question 7
Which method is used to convert a string to all uppercase letters in python?
Question 8
How can you access the first character of a string in python?
Question 9
Which method can be used to check if a string starts with a specific prefix?
Question 10
What is the output of the following expression?