Pybites Logo

Type hinting practice

Level: Intermediate (score: 3)

It's time for some type hinting!

For this bite, you have been provided a very simple Employee class object. I was going to have you complete it yourself but since this bite is all about type hinting you have been given some working code. Too easy, you say?

Tasks to complete:

Just add type hinting to the code. The tests have been hidden in order to encourage you to learn.

Final Note

This is also the perfect opportunity to get you to start using the new dataclasses module and specifically the new @dataclass decorator, so make sure to use those for this project.

Have fun!