icebox (flsf)

Race #17

View Pit Stop page for race #17 by flsfGhost race

View profile for icebox (flsf)

Official speed 77.28 wpm (23.60 seconds elapsed during race)
Race Start April 28, 2019 4:11:18pm UTC
Race Finish April 28, 2019 4:11:42pm UTC
Outcome Win (1 of 3)
Accuracy 99.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)