Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

type hinting with default value python

def func(string:str = "string") -> str:
  pass
 
PREVIOUS NEXT
Tagged: #type #hinting #default #python
ADD COMMENT
Topic
Name
2+9 =