Vielle (arc_sec)

Race #74

View Pit Stop page for race #74 by arc_secGhost race

View profile for Vielle (arc_sec)

Official speed 121.79 wpm (14.98 seconds elapsed during race)
Race Start August 11, 2019 11:03:43am UTC
Race Finish August 11, 2019 11:03:58am UTC
Outcome No win (1 of 1)
Accuracy 99.0%
Points 40.60
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)