pythonThe Joy Of Computing Using Python Week 3 : Assignment 1 | NPTEL | Answers July 2023
The Joy of Computing using Python Week 3 — Assignment 1 | NPTEL | Answer with Explanation
“Discover the Excitement of Computing with Python | Week 1 Multiple Choice Questions — Get ready to enhance your programming skills and deepen your understanding of the Python language with this week 3 MCQ on ‘The Joy of Computing using Python’. Test your knowledge and boost your confidence as a Python programmer today!”

| Learn Python at “Computer Courses — All in One” For Free
L = [ ‘a’,’b’,’c’,’d’,’e’,’f’,’g’,’h’] print(L[2:5])
a. a, b, c
b. a, b, c, d
c. c, d, e
d. c, d, e, f