Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python typing list of strings

from typing import List

def my_func(l: List[int]):
    pass
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #typing #list #strings
ADD COMMENT
Topic
Name
1+7 =