fahis (fahis)

Race #1

View Pit Stop page for race #1 by fahisGhost race

View profile for fahis (fahis)

Official speed 29.16 wpm (62.55 seconds elapsed during race)
Race Start May 29, 2023 7:23:53am UTC
Race Finish May 29, 2023 7:24:55am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 9.72
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)