So I\'ve got this piece of code:
OPTION_1 if (i in (0, 1, 2) and j in (0, 1, 2)) else OPTION_2
I wonder if I can shorten it somehow. Tried this: