MySpaceBarIsBroken (kanto)

Race #2

View Pit Stop page for race #2 by kantoGhost race

View profile for MySpaceBarIsBroken (kanto)

Official speed 61.23 wpm (29.79 seconds elapsed during race)
Race Start August 4, 2018 3:10:35pm UTC
Race Finish August 4, 2018 3:11:05pm UTC
Outcome No win (2 of 2)
Accuracy 96.0%
Points 20.41
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)