Grigor (grigor)

Race #5

View Pit Stop page for race #5 by grigorGhost race

View profile for Grigor (grigor)

Official speed 55.76 wpm (32.71 seconds elapsed during race)
Race Start October 2, 2012 2:29:10pm UTC
Race Finish October 2, 2012 2:29:43pm UTC
Outcome Win (1 of 3)
Accuracy 88.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)