Answers for "how to delete all the item in a list python"

0

python list remove all elements

l = [1,2,3,4]
l.clear()
Posted by: Guest on April-12-2020

Code answers related to "how to delete all the item in a list python"

Python Answers by Framework

Browse Popular Code Answers by Language