🌈 搜索
📅  最后修改于: 2022-03-11 14:47:11.942000             🧑  作者: Mango
from typing import Tuple def func() -> Tuple[str, str]: return 'a', 'b'