Using dictionary, tuples, and similar is also possible, but you need to import them from the typing module. # tree.py from typing import Tuple, ...
確定! 回上一頁