wie man ein Diktat in Python eingibt

from typing import Dict
_dict: Dict[key_type, value_type] = {}
 # Ex: Dict[int, str]
Phred7