20mg (chakk)

Race #16

View Pit Stop page for race #16 by chakkGhost race

View profile for 20mg (chakk)

Official speed 126.18 wpm (14.46 seconds elapsed during race)
Race Start November 21, 2018 10:30:22pm UTC
Race Finish November 21, 2018 10:30:36pm UTC
Outcome No win (1 of 1)
Accuracy 98.0%
Points 42.06
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)