Martin (mpgo13)

Race #4

View Pit Stop page for race #4 by mpgo13Ghost race

View profile for Martin (mpgo13)

Official speed 64.19 wpm (28.42 seconds elapsed during race)
Race Start April 30, 2011 8:44:43pm UTC
Race Finish April 30, 2011 8:45:11pm UTC
Outcome Win (1 of 2)
Opponents 2. jo5ef (61.94 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)