[TR]affic Jam :D (trafficjam)

Race #2

View Pit Stop page for race #2 by trafficjamGhost race

View profile for [TR]affic Jam :D (trafficjam)

Official speed 53.00 wpm (34.42 seconds elapsed during race)
Race Start June 17, 2011 5:57:45pm UTC
Race Finish June 17, 2011 5:58:20pm UTC
Outcome No win (1 of 1)
Accuracy 94.0%
Points 0.00
Text #10006 (Length: 152 characters)

print "Using URL", url req = urllib2.Request(url) fd = urllib2.urlopen(req) while 1: data = fd.read(1024) if not len(data): break sys.stdout.write(data)