selphy (selphy)

Race #5

View Pit Stop page for race #5 by selphyGhost race

View profile for selphy (selphy)

Official speed 64.80 wpm (28.15 seconds elapsed during race)
Race Start December 28, 2012 10:10:39pm UTC
Race Finish December 28, 2012 10:11:07pm UTC
Outcome Win (1 of 3)
Opponents 2. fur3x (59.42 wpm)
Accuracy 85.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)