arraylist remove_all python code example Example: how to clear a list in python yourlist = [1,2,3,4,5,6,7,8] del yourlist[:]