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

Thursday, January 24, 2013

Requests



# Codecademy sample solution

from urllib2 import urlopen

# Add your code here!
website = urlopen('http://placekitten.com/')
kittens = website.read()

print kittens[559:1000]

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts