ABCD (x007)

Race #197

View Pit Stop page for race #197 by x007Ghost race

View profile for ABCD (x007)

Official speed 60.74 wpm (30.03 seconds elapsed during race)
Race Start July 16, 2018 1:23:41pm UTC
Race Finish July 16, 2018 1:24:11pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 20.25
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)