Here we use the each method on a hash with a block contained by curly brackets. We print the keys and values. numbers = {100 => "A", 200 => "B", ...
確定! 回上一頁