Metal Man (its_a_new_beggining)

Race #2

View Pit Stop page for race #2 by its_a_new_begginingGhost race

View profile for Metal Man (its_a_new_beggining)

Official speed 39.75 wpm (45.89 seconds elapsed during race)
Race Start June 4, 2011 4:20:56pm UTC
Race Finish June 4, 2011 4:21:42pm UTC
Outcome Win (1 of 3)
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)