classic_house_tracks = ['Come on Now Baby', 'Follow Me', 'The Spirit']
puts "Who produced " + classic_house_tracks[1] + "?"
producer_input = gets.chomp.to_s
if producer_input == "Aly-Us" || producer_input == "aly-us" ||
producer_input == "Aly-us"
puts "Yep, and are Aly-Us from Detroit or Chicago?"
else
puts "Nope, wrong producer."
# break
# end
# that obviously didn't work.
end
Aucun commentaire:
Enregistrer un commentaire