Alex (mindstormscreator)

Race #3

View Pit Stop page for race #3 by mindstormscreatorGhost race

View profile for Alex (mindstormscreator)

Official speed 40.99 wpm (44.50 seconds elapsed during race)
Race Start March 13, 2016 7:08:32pm UTC
Race Finish March 13, 2016 7:09:17pm UTC
Outcome No win (4 of 4)
Accuracy 70.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)