Exercise: Hash

Let's solve some exercises on hashes before moving onto the next chapter.

We'll cover the following...

Problem Statement #1

Using the hash below, write a program that transforms the hash to Moon conditions. It’s known that the same weight on the Moon is six times less than the same weight on Earth:

obj = {
  soccer_ball:
...