Python Question and Answers – Part 2

Python Lists – Quiz 1. How do you create a list in Python? A. {} B. [] C. () D. <> Show Answer Answer: B. [] 2. What is the first index of a Python list? A. 0 B. 1 C. -1 D. None Show Answer Answer: A. 0 3. Which method adds an item … Continue reading Python Question and Answers – Part 2