type anotation in python function code example
Example 1: the typing type types typing types
thx for the answers bye
Example 2: python typing list of strings
from typing import List
def my_func(l: List[int]):
pass
thx for the answers bye
from typing import List
def my_func(l: List[int]):
pass