In Python, I have seen people use [option1, option2][condition]. Is that recommended? Will it cause problems later? Will it not matter?
In Python, I have seen people use [option1, option2][condition]. Is that recommended? Will it cause problems later? Will it not matter?