How is the range function typically used in a for loop?
range(start, end)
range(end)
range(start, end, step)
range(step)
This question is part of this quiz :