🌠Rubby🌠 (mikerubby)

Race #2

View Pit Stop page for race #2 by mikerubbyGhost race

View profile for 🌠Rubby🌠 (mikerubby)

Official speed 42.34 wpm (43.08 seconds elapsed during race)
Race Start April 7, 2018 8:40:16pm UTC
Race Finish April 7, 2018 8:40:59pm UTC
Outcome No win (1 of 1)
Accuracy 92.0%
Points 14.11
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)