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