aquastartw
Results
1
comments of
aquastartw
I use Python 3.8. It needs to change like this: ``` from typing import Tuple, List def strings_ranked_by_relatedness( # ... ) -> Tuple[List[str], List[float]]: ```