With Python 3.9, you can use type hint such as dict[], list[], tuple[] without import Dict, List, Tuple from the typing library! It is convenient to use typing without importing from external libary
With Python 3.9, you can use type hint such as dict[], list[], tuple[] without import Dict, List, Tuple from the typing library! It is convenient to use typing without importing from external libary