🌈 搜索
📅  最后修改于: 2022-03-11 14:46:26.751000             🧑  作者: Mango
from typing import Tuple def func(message: str) -> Tuple[str, int]: ...