olari (olaridv)

Race #10

View Pit Stop page for race #10 by olaridvGhost race

View profile for olari (olaridv)

Official speed 77.37 wpm (23.58 seconds elapsed during race)
Race Start January 8, 2020 11:29:20am UTC
Race Finish January 8, 2020 11:29:44am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 25.79
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)