from typing_extensions import Final a: Final[int] b: Final b = "10" c: Final[str] = "10" d: int