Is there a way to write the following function so that my IDE doesn\'t complain that column is an unused variable?
def get_selected_index(self):
it looks pretty, I don't know if a good performance.
a = (1, 2, 3, 4, 5) x, y = a[0:2]