Yami (yamileth)

Race #25

View Pit Stop page for race #25 by yamilethGhost race

View profile for Yami (yamileth)

Official speed 67.60 wpm (26.98 seconds elapsed during race)
Race Start September 8, 2015 10:18:49pm UTC
Race Finish September 8, 2015 10:19:16pm UTC
Outcome Win (1 of 3)
Accuracy 99.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)