辞書から値を取得する際に使用する記号は何ですか? ```python car = {"make": "トヨタ", "model": "カローラ"} # makeの値を取得したい場合 ```