python typing string from list of possible values code example Example: python typing list of strings from typing import List def my_func(l: List[int]): pass