MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of these pieces of code would return the name “Harry” from the following list?nameList = ["John", “Harry", “Jesse", “John", “Harry", “Harry"]
A
nameList()
B
nameList[1]
C
NameList(4)
D
nameList["4"]
Explanation: 

Detailed explanation-1: -Expert-Verified Answer We use the <ol> tag attribute type to create an ordered list using lowercase letters.

Detailed explanation-2: -Explanation: Elements of lists are stored in contagious memory location is the true regarding lists in Python.

Detailed explanation-3: -Expert-Verified Answer The list in python is given as the sequence of the items.

There is 1 question to complete.