Dan Dan (dtmtcm)

Race #1

View Pit Stop page for race #1 by dtmtcmGhost race

View profile for Dan Dan (dtmtcm)

Official speed 54.04 wpm (33.75 seconds elapsed during race)
Race Start January 7, 2013 2:39:24pm UTC
Race Finish January 7, 2013 2:39:58pm UTC
Outcome Win (1 of 2)
Opponents 2. shabooty (41.57 wpm)
Accuracy 92.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)