Skip to content

Instantly share code, notes, and snippets.

View kojoidrissa's full-sized avatar

Kojo Idrissa kojoidrissa

View GitHub Profile
@kojoidrissa
kojoidrissa / gist:e72cc1a71975673516a3
Last active October 19, 2015 20:55
Placekitten by Cauley
from urllib2 import urlopen
# Open http://placekitten.com/ for reading on line 4!
kittens = urlopen('http://placekitten.com/')
response = kittens.read()
body = response[559:1000]
# Add your 'print' statement here!
print body

Bugs

Can't code without them, so code against them!

Presentation