Sail E0 Webinar
Question
Which of these is the correct code for creating a list of names?
Options:
A .  nameList = John, Harry, Jesse, John, Harry, Harry
B .  nameList = ("John", "Harry", "Jesse", "John", "Harry", "Harry")
C .  nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]
D .  nameList = [John, Harry, Jesse, John, Harry, Harry]
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers