GiveMeFox (givemefox)

Race #3

View Pit Stop page for race #3 by givemefoxGhost race

View profile for GiveMeFox (givemefox)

Official speed 30.47 wpm (59.86 seconds elapsed during race)
Race Start May 29, 2023 8:18:01am UTC
Race Finish May 29, 2023 8:19:01am UTC
Outcome No win (3 of 3)
Accuracy 90.0%
Points 10.16
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)