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

Thursday, January 24, 2013

The Four Verbs



# Codecademy sample solution

import requests

# Make a GET request here and assign the result to kittens:
kittens = requests.get('http://placekitten.com/')

print kittens.text[559:1000]

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts