Abdullah (infinity_divide_by_infinity)

Race #2

View Pit Stop page for race #2 by infinity_divide_by_infinityGhost race

View profile for Abdullah (infinity_divide_by_infinity)

Official speed 28.85 wpm (63.22 seconds elapsed during race)
Race Start May 23, 2023 11:51:41am UTC
Race Finish May 23, 2023 11:52:44am UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 9.62
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)