Predator (predator_1001)

Race #28

View Pit Stop page for race #28 by predator_1001Ghost race

View profile for Predator (predator_1001)

Official speed 35.21 wpm (51.80 seconds elapsed during race)
Race Start July 21, 2024 3:41:58am UTC
Race Finish July 21, 2024 3:42:50am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 11.74
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)