Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, January 14, 2013

Codecademy Sample Solution: Setting Up



movies = {
tron: 4,
jaws: 3,
inception: 5
}

puts "Enter a choice (1, 2, 3, 4):"
choice = gets.chomp
puts choice

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts