Home > Coding Fundamentals Refresher > Coding Fundamentals and Patterns > Introduction to Arrays and Array Operations Show previous contentTry this exercise. 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 Show following content