myList = ['Item', 'Item', 'Delete Me!', 'Item'] del myList[2] # myList now equals ['Item', 'Item', 'Item']