Answer:
The code in python is attached.
Step-by-step explanation:
- a function called mapper is defined
- the function accepts n as an integer parameter.
- returns a dictionary which maps the first n counting numbers to their squares.
- then variable called squares is associated with the dictionary when n=5