blob: 0070465ccc35fb34d2054277cade277ca080c1b2 [file] [log] [blame]
a = (row for row in [123] if row == "beetle")
any(a)