for loop but skip first entry code example Example: python loop through list ignore first for car in cars[1:]: # Do What Ever you want