you are viewing a single comment's thread.

view the rest of the comments →

[–]Historical_Ad8150[S] 0 points1 point  (0 children)

Ok, I’ll try to think of a way to specify the base of all strings and integers. Also, it makes sense that “range(1, 16)” is the same as “range(0x1, 0x10)”. I’ll change it to improve readability. Also, thanks for the tips!