leopold (doubtless)

Race #1

View Pit Stop page for race #1 by doubtlessGhost race

View profile for leopold (doubtless)

Official speed 53.41 wpm (34.15 seconds elapsed during race)
Race Start July 18, 2018 2:41:53am UTC
Race Finish July 18, 2018 2:42:27am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 17.80
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)