Alvin (setiadialvin)

Race #5

View Pit Stop page for race #5 by setiadialvinGhost race

View profile for Alvin (setiadialvin)

Official speed 32.81 wpm (55.59 seconds elapsed during race)
Race Start December 23, 2012 6:21:47pm UTC
Race Finish December 23, 2012 6:22:42pm UTC
Outcome Win (1 of 2)
Accuracy 93.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)