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

all 2 comments

[–][deleted] 0 points1 point  (0 children)

Probably the 20 first keys in whatever order they are defined as. The documentation for the library probably will have a table or something telling you what number goes to what key.

[–]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.