Computer Science, asked by sumayah23, 3 months ago

how do I "write a program to create an empty list"​

Answers

Answered by keyboardavro
0

Answer:

Explanation:

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