>>> from students import subject_student >>> dic = {('Pol','Amber','Coll'):['PHY','PE','CHM'], ... ('Aina','Soler','Gil'):['PHY','PE','CHM','MTH']} >>> subject_student(dic, 'Pol', 'Amber', 'Coll') ['PHY', 'PE', 'CHM']