(1, 2, 3) from typing import Union, Optional # On Python 3.10+, use the | operator when ... reveal_type(kwargs) # Revealed type is "dict[str, str]" request ...
確定! 回上一頁