Connor (nellak)

Race #28

View Pit Stop page for race #28 by nellakGhost race

View profile for Connor (nellak)

Official speed 48.37 wpm (37.71 seconds elapsed during race)
Race Start January 27, 2018 6:04:27pm UTC
Race Finish January 27, 2018 6:05:04pm UTC
Outcome No win (3 of 3)
Accuracy 98.0%
Points 16.12
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)