The original post only mentions deleting the values in the list, not the list itself. Given that you want to keep the list and just ditch the values it contains I'd go with:
list1 = [] -Linnorm -- http://mail.python.org/mailman/listinfo/python-list
The original post only mentions deleting the values in the list, not the list itself. Given that you want to keep the list and just ditch the values it contains I'd go with:
list1 = [] -Linnorm -- http://mail.python.org/mailman/listinfo/python-list