name: str = 'Kara Denvers' rating: int = 10 power: float = 9000.01 is_superHero: bool = True places_of_work: list[str] = ["Catco", "DEO"]