Dambi (tomino)

Race #5

View Pit Stop page for race #5 by tominoGhost race

View profile for Dambi (tomino)

Official speed 53.43 wpm (34.14 seconds elapsed during race)
Race Start August 15, 2014 12:39:13am UTC
Race Finish August 15, 2014 12:39:47am UTC
Outcome No win (2 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)