Hello everyone,
I need you to help me with dictionaries
Here's the question
I have Two dictionary variables - 1) Key as- Employee names Value as – employee id
2) Key as-Employee id Value as - employee email
Get employee id as input from the user
Display corresponding employee name and employee email id
Note : Two dictionary should be used for operation
Here how to get Employee names - "key" using "Value" - Employee ID as an input