Passing dictionary as a parameter

I have got a dictionary of multiple npy files together and I want pass this dictionary as a parameter to get a comparison score.
I am not sure how to pass them to the function as 2 different subjs.
as function needs 2 paramters to compare and to print the comparsion score.
Thanks for help

Please post the code you have written so far for us to review and help you with.

The answer depends on:

  1. what two parameters the function is expecting
  2. and what is in the dictionary.

We don’t know either of those because you haven’t told us.