Ghast (16ixremizov08)

Race #10

View Pit Stop page for race #10 by 16ixremizov08Ghost race

View profile for Ghast (16ixremizov08)

Official speed 20.20 wpm (90.30 seconds elapsed during race)
Race Start March 6, 2012 3:54:02pm UTC
Race Finish March 6, 2012 3:55:32pm UTC
Outcome No win (3 of 3)
Accuracy 90.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)