Ben (benjkcw)

Race #15

View Pit Stop page for race #15 by benjkcwGhost race

View profile for Ben (benjkcw)

Official speed 77.28 wpm (23.60 seconds elapsed during race)
Race Start October 6, 2017 11:50:53pm UTC
Race Finish October 6, 2017 11:51:17pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 25.76
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)