Question 1
What does the join() function do in python?
Question 2
What dose the upper() function do in python?
Question 3
Which function can be used to replace a specific substring with anthor substring in a string?
Question 4
Which built-in function is used to find the length of a string in python?
Question 5
Which function is used to check if a string starts with a specific prefix?
Question 6
Which function is used to find the index of the first occurrence of a substring in a string?
Question 7
Which function is used to split a string into a list of substrings based on a specified delimiter?
Question 8
What does the strip() function do in python?
Question 9
What does the isdigit() function do in python?
Question 10
What does the lower() function do in python?