Predator (predator_1001)

Race #10

View Pit Stop page for race #10 by predator_1001Ghost race

View profile for Predator (predator_1001)

Official speed 32.62 wpm (55.92 seconds elapsed during race)
Race Start July 16, 2024 8:11:34am UTC
Race Finish July 16, 2024 8:12:30am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 10.87
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)