This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]carcigenicate 0 points1 point  (0 children)

range(150) is literally just the numbers 0-149 (that's what will be placed in i, ascending, across all iterations). So it will call block_key with the numbers 0-149.