☰
👋 Hello! I'm Alphonsio the robot. Ask me a question, I'll try to answer.
How to create empty list in Python
Here is how to create an empty list in Python:
# Create an empty list
my_list
=
[
]
More
Question