Skip to content

Instantly share code, notes, and snippets.

@mistyrinth
Created November 20, 2018 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mistyrinth/6fc5bdbda4c2925ef8a88444e9bd718c to your computer and use it in GitHub Desktop.
Save mistyrinth/6fc5bdbda4c2925ef8a88444e9bd718c to your computer and use it in GitHub Desktop.
hash = {"札幌" => 8, "新潟" => 12, "東京" => 16, "大阪" => 17, "福岡" => 17, "那覇" => 25}
hash.each{|ke, valu|
print(ke, "の気温は ", valu, " 度です\n")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment