Languages
[Edit]
EN

Python - clear list

0 points
Created by:
Palusbug
515

In this article, we would like to show you how to clear the list in Python.

Quick solution:

my_list = ['A', 'B', 'C']
my_list.clear()

print(my_list)  # []
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

Python - list (popular problems)

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join