selphy (selphy)

Race #6

View Pit Stop page for race #6 by selphyGhost race

View profile for selphy (selphy)

Official speed 72.03 wpm (25.32 seconds elapsed during race)
Race Start December 28, 2012 10:11:38pm UTC
Race Finish December 28, 2012 10:12:03pm UTC
Outcome Win (1 of 3)
Opponents 2. fur3x (68.49 wpm)
Accuracy 89.0%
Points 0.00
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)