Josef (jo5ef)

Race #19

View Pit Stop page for race #19 by jo5efGhost race

View profile for Josef (jo5ef)

Official speed 71.56 wpm (25.49 seconds elapsed during race)
Race Start April 30, 2011 9:01:55pm UTC
Race Finish April 30, 2011 9:02:21pm UTC
Outcome Win (1 of 2)
Opponents 2. mpgo13 (59.45 wpm)
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)