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