Metal Man (its_a_new_beggining)

Race #9

View Pit Stop page for race #9 by its_a_new_begginingGhost race

View profile for Metal Man (its_a_new_beggining)

Official speed 44.53 wpm (40.96 seconds elapsed during race)
Race Start August 13, 2011 7:36:19am UTC
Race Finish August 13, 2011 7:37:00am UTC
Outcome Win (1 of 2)
Accuracy 88.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)