shrek (beppi)

Race #6

View Pit Stop page for race #6 by beppiGhost race

View profile for shrek (beppi)

Official speed 38.92 wpm (46.87 seconds elapsed during race)
Race Start July 2, 2025 7:20:00am UTC
Race Finish July 2, 2025 7:20:47am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 12.97
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)