Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

type hint tuple

from typing import Tuple

def func(message: str) -> Tuple[str, int]:
	...
Source by docs.python.org #
 
PREVIOUS NEXT
Tagged: #type #hint #tuple
ADD COMMENT
Topic
Name
1+1 =