Mickey (mickeycj97)

Race #2

View Pit Stop page for race #2 by mickeycj97Ghost race

View profile for Mickey (mickeycj97)

Official speed 44.32 wpm (41.16 seconds elapsed during race)
Race Start August 1, 2017 3:15:18am UTC
Race Finish August 1, 2017 3:15:59am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 14.77
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)