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

Sunday, January 13, 2013

Codecademy Sample Solution: HTTP Status Codes



require 'open-uri'

placekitten = open('http://placekitten.com/')

# Add your code below!
puts(placekitten.status())

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts