What happens if I start a new list without closing the original-02467
What happens if I start a new list without closing the original one?
This multiple choice question (MCQ) is related to the book/course vu cs101 Introduction to Computing. It can also be found in vu cs101 Mid Term - Quiz No.37.
What happens if I start a new list without closing the original one?
An error will be generated
A nested list will be created
Previous list will end and a new will start.
Nothing will happen