Degi (superstardjkioke)

Race #1

View Pit Stop page for race #1 by superstardjkiokeGhost race

View profile for Degi (superstardjkioke)

Official speed 38.82 wpm (46.99 seconds elapsed during race)
Race Start April 28, 2012 5:35:41am UTC
Race Finish April 28, 2012 5:36:28am UTC
Outcome Win (1 of 3)
Accuracy 83.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)