When learning about 'for loops (iteration)' in Python,something you absolutely cannot avoidis the 'range()' function. range() itself is not a list, but rather a 'blueprint' that says, 'I will create ...