i have a excel sheet (Dictionary) of 10 rows by 2 columns containing ** to write a python code** respectively. Now i want to write a code so that i can insert another Excel Sheet as an Input containing only 5 names (5 rows and only 1 column) and these names are randomly chosen from that Dictionary. as the input are only in 1 column so i want the output or result Jobs to be printed besides to that input column! N:B: The result Jobs should be matched from the Dictionary in according to the Input which was randomly picked from the Dictionary.
Can someone please help me or to give an idea to write a python code? I would also appreciate if somebody atleast can suggest me the concept how i should proceed on!