___ make_path(year): """Given a year, constructs a valid file path for the names dataset""" ___ = f'./___/yob{year}.txt' ___ path print(___(1987))