Answers for "clear list python"

7

how to clear a list in python

yourlist = [1,2,3,4,5,6,7,8]
del yourlist[:]
Posted by: Guest on April-08-2020

Python Answers by Framework

Browse Popular Code Answers by Language