Computer Science, asked by sunitachauhan643, 6 months ago

To create an empty list, function __________ can be used.​

Answers

Answered by Anonymous
6

Answer:

You can create an empty list using an empty pair of square brackets [] or the type constructor list() , a built-in function that creates an empty list when no arguments are passed. Square brackets [] are commonly used in Python to create empty lists because it is faster and more concise.

Answered by AnubhavGhosh1
3

Answer:

You can create an empty list using an empty pair of square brackets [] or the type constructor list() , a built-in function that creates an empty list when no arguments are passed. Square brackets [] are commonly used in Python to create empty lists because it is faster and more concise.

Similar questions