athlan (athlan)

Race #12

View Pit Stop page for race #12 by athlanGhost race

View profile for athlan (athlan)

Official speed 59.94 wpm (30.43 seconds elapsed during race)
Race Start September 19, 2023 4:58:26pm UTC
Race Finish September 19, 2023 4:58:56pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 19.98
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)