Narberal (narberal)

Race #1

View Pit Stop page for race #1 by narberalGhost race

View profile for Narberal (narberal)

Official speed 30.14 wpm (60.52 seconds elapsed during race)
Race Start September 12, 2022 7:40:47am UTC
Race Finish September 12, 2022 7:41:48am UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 10.05
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)