Adding a number like 6, inside range() means it'll loop over the code block 6 times, from 0 until 5.

Make sure to pick range followed by ( and then 6, ).