#!/usr/bin/env python3.2 import urllib.request print(len(urllib.request.urlopen("http://www.wsj.com/").read()))