Exercise 4: Combine the words with its language
Play with Hashes such that you identify the key, value pairs across two dictionaries and put them together.
Problem Statement
You are given two hashes as below:
languages = {
:de => 'German',
:en => 'English',
:es => 'Spanish',
}
dictionary
...Create a free account to access the full course.
By signing up, you agree to Educative's Terms of Service and Privacy Policy