arnargisla (arnargisla)

Race #6

View Pit Stop page for race #6 by arnargislaGhost race

View profile for arnargisla (arnargisla)

Official speed 42.58 wpm (42.84 seconds elapsed during race)
Race Start March 14, 2019 11:50:17pm UTC
Race Finish March 14, 2019 11:51:00pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 14.19
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)