I came across the function with a signature like this:
def get_quantile(numbers: List[float], q: float | int ) -> float | int | None :
What does it mean?
It's the syntax error on my python 3.8. Do I need to import something from the future to make it work?