Study Material
Computer Science
List can contain values of these types:
integers
floats
lists
tuples
all of these
Python List Manipulation
31 Likes
Answer
all of these
Answered By
3 Likes
Related Questions
Which of the following will create an empty list?
View Answer
Bookmark Now
Which of the following will return the last element of a list L with 5 elements?
View Answer
Bookmark Now
If L = [1, 2] then L * 2 will yield
View Answer
Bookmark Now
If L1 = [1, 3, 5] and L2 = [2, 4, 6] then L1 + L2 will yield
View Answer
Bookmark Now