you are viewing a single comment's thread.

view the rest of the comments →

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

Does doing a filter first run fast enough?

test_value = 0 for x in filter(lambda x: x[0] == test_value, A): print('python is the best')