Douglas (douglassegatto)

Race #1

View Pit Stop page for race #1 by douglassegattoGhost race

View profile for Douglas (douglassegatto)

Official speed 54.20 wpm (33.65 seconds elapsed during race)
Race Start December 21, 2012 4:44:52am UTC
Race Finish December 21, 2012 4:45:25am UTC
Outcome Win (1 of 2)
Opponents 2. ahmlmh (43.36 wpm)
Accuracy 81.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)