Question 1: Python Strings - Creation
Which of the following is a valid way to create a string?
Question 2: Python Strings - Indexing
What will this code print?
Question 3: Python Strings - Negative Index
What is the output?
Question 4: Python Strings - Slicing
What will this code output?
Question 5: Python Strings - Concatenation
What will this code print?
Question 6: Python Strings - Repetition
What will be the output?
Question 7: Python Strings - len() Function
What does the following return?
Question 8: Python Strings - String Methods
What will this output?
Question 9: Python Strings - in Operator
What will this code print?
Question 10: Python Strings - strip() Method
What will this code output?