#!/usr/bin/ruby hash_table = {"apple" => "RINGO", "orange" => "MIKAN" } print "apple: #{hash_table["apple"]}\n"