For a Python program that reads every third integer in a list, which arguments of the range function should you specify? code example
Example: for i in range start
for i in range([start], stop[, step])
for i in range([start], stop[, step])