Osiel Dias (ziel)

Race #2

View Pit Stop page for race #2 by zielGhost race

View profile for Osiel Dias (ziel)

Official speed 39.58 wpm (46.08 seconds elapsed during race)
Race Start March 1, 2015 3:07:09pm UTC
Race Finish March 1, 2015 3:07:55pm UTC
Outcome Win (1 of 2)
Opponents 2. elienai (39.31 wpm)
Accuracy 79.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)