Nick (uncreativeboi)

Race #3

View Pit Stop page for race #3 by uncreativeboiGhost race

View profile for Nick (uncreativeboi)

Official speed 42.95 wpm (42.47 seconds elapsed during race)
Race Start December 9, 2014 4:21:02am UTC
Race Finish December 9, 2014 4:21:44am UTC
Outcome Win (1 of 2)
Opponents 2. 28dragonking (27.92 wpm)
Accuracy 92.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)