## Description ```py def f(a: list[int | str]): pass def g(a: str | list): pass ```  ## Suggestion Maybe we can use [definition](https://docs.python.org/3/glossary.html#term-sequence) to make challenge strict.