Exercise 2: Using a Module
Learn to define and include a module in different classes.
Problem statement
Define two classes, Student
and Teacher
, by including a module called Formatter
in both classes.
Task 1:
You’re required to:
- Populate the