Tipo de sugerencia
from typing import Tuple
def func(message: str) -> Tuple[str, int]:
...
Benja
from typing import Tuple
def func(message: str) -> Tuple[str, int]:
...