leonidas (awsomaw)

Race #43

View Pit Stop page for race #43 by awsomawGhost race

View profile for leonidas (awsomaw)

Official speed 124.68 wpm (14.63 seconds elapsed during race)
Race Start September 20, 2019 2:58:29am UTC
Race Finish September 20, 2019 2:58:44am UTC
Outcome No win (1 of 1)
Accuracy 99.0%
Points 41.56
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)