Simple and straightforward level to demonstrate the range()
function. However, I would add a bit more explanation in the guide and/or the comments. I’m thinking about the different optional parameters of range (unless it’s explained in earlier levels):
range(stop)
range(start, stop)
range(start, stop, step)