Empty list in Python Get link Facebook Twitter Pinterest Email Other Apps August 20, 2012 To empty list, list = range(10) del list[:] honestly I do not fully understand how it works, but it works. Read more