3.10 brings new way to present type hints. Make sure that example this works: ``` def func(arg: list[int] | list[str]): ... ```