Skip to content

Instantly share code, notes, and snippets.

@blake41
Created July 29, 2015 14:59
Show Gist options
  • Save blake41/39cfbc1b90e54829d6e8 to your computer and use it in GitHub Desktop.
Save blake41/39cfbc1b90e54829d6e8 to your computer and use it in GitHub Desktop.
flatiron_school = {:teachers=>[{:name=>"steph"}, {:name=>"uzo"}, {:name=>"blake"}], :students => [{:name => "giancarlo", :grade => 100, :address => "bronx"},{:name => "jamie", :grade => 200, :address => "NJ"}]}
print out the names of the teachers and students
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment