how to start a for loop skipping the first one code example Example: python loop through list ignore first for car in cars[1:]: # Do What Ever you want