(nullchilly)

Race #9

View Pit Stop page for race #9 by nullchillyGhost race

View profile for (nullchilly)

Official speed 65.94 wpm (27.66 seconds elapsed during race)
Race Start July 1, 2022 7:46:26am UTC
Race Finish July 1, 2022 7:46:53am UTC
Outcome No win (2 of 2)
Opponents 1. poem (69.11 wpm)
Accuracy 95.0%
Points 21.98
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)