☺ (xiliav11)

Race #5

View Pit Stop page for race #5 by xiliav11Ghost race

View profile for ☺ (xiliav11)

Official speed 50.38 wpm (36.20 seconds elapsed during race)
Race Start December 13, 2011 10:30:30pm UTC
Race Finish December 13, 2011 10:31:06pm UTC
Outcome No win (1 of 1)
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)