python loop through list ignore first

Solutions on MaxInterview for python loop through list ignore first by the best coders in the world

showing results for - "python loop through list ignore first"
Jakob
27 May 2019
1for car in cars[1:]:
2    # Do What Ever you want