Are you sure you're getting this? Click the correct answer from the options.
Which of the following would generate an error in Python?
Click the option that best answers the question.
- lst = []
- lst = [3]
- lst = [5, 3, 'ash']
- None of the above

Which of the following would generate an error in Python?
