heythisistej (lucknumber8_alt)

Race #5

View Pit Stop page for race #5 by lucknumber8_altGhost race

View profile for heythisistej (lucknumber8_alt)

Official speed 44.02 wpm (41.44 seconds elapsed during race)
Race Start July 30, 2021 7:02:44pm UTC
Race Finish July 30, 2021 7:03:25pm UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 14.67
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)