ИГHAT (16ixremizov)

Race #4

View Pit Stop page for race #4 by 16ixremizovGhost race

View profile for ИГHAT (16ixremizov)

Official speed 20.08 wpm (90.84 seconds elapsed during race)
Race Start June 9, 2011 5:32:12pm UTC
Race Finish June 9, 2011 5:33:43pm UTC
Outcome No win (3 of 3)
Accuracy 94.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)