Union de frappe Python

Union[Union[int, str], float] == Union[int, str, float]
Elated Eel