Study Material
Computer Science
Fill in the blanks:
To create an empty list, function _________ can used.
Python List Manipulation
3 Likes
Answer
list()
Answered By
3 Likes
Related Questions
Which of the following can copy a list to another list?
View Answer
Bookmark Now
Fill in the blanks:
Lists are _________ data types and thus their values can be changed.
View Answer
Bookmark Now
Fill in the blanks:
The _________ operator adds one list to the end another list.
View Answer
Bookmark Now
Fill in the blanks:
The _________ operator replicates a list.
View Answer
Bookmark Now