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