Rondino (rondino2)

Race #32

View Pit Stop page for race #32 by rondino2Ghost race

View profile for Rondino (rondino2)

Official speed 47.82 wpm (38.14 seconds elapsed during race)
Race Start April 3, 2016 9:36:57pm UTC
Race Finish April 3, 2016 9:37:35pm UTC
Outcome Win (1 of 3)
Accuracy 97.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)