Let's test your knowledge. Click the correct answer from the options.
Which of the following would generate an error?
Click the option that best answers the question.
- lst = []
- lst = [3]
- lst = ['lily','rose','sunflower']
- None of the above
Which of the following would generate an error?