Martin (mpgo13)

Race #7

View Pit Stop page for race #7 by mpgo13Ghost race

View profile for Martin (mpgo13)

Official speed 76.64 wpm (23.80 seconds elapsed during race)
Race Start April 30, 2011 8:49:08pm UTC
Race Finish April 30, 2011 8:49:32pm UTC
Outcome Win (1 of 2)
Opponents 2. jo5ef (70.50 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)