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