Podcast
Questions and Answers
What is the data type used to represent text in Python?
What is the data type used to represent text in Python?
Which of the following is a correct way to create a multi-line string in Python?
Which of the following is a correct way to create a multi-line string in Python?
Which of the following is the correct way to access the last character of a string 'my_string' in Python?
Which of the following is the correct way to access the last character of a string 'my_string' in Python?
What does the method 'strip()' do when used on a string in Python?
What does the method 'strip()' do when used on a string in Python?
Signup and view all the answers