Yaella (yaella)

Race #6

View Pit Stop page for race #6 by yaellaGhost race

View profile for Yaella (yaella)

Official speed 36.36 wpm (50.16 seconds elapsed during race)
Race Start February 10, 2013 12:49:34am UTC
Race Finish February 10, 2013 12:50:24am UTC
Outcome Win (1 of 3)
Accuracy 95.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)