(sidd_)

Race #77

View Pit Stop page for race #77 by sidd_Ghost race

View profile for (sidd_)

Official speed 118.71 wpm (15.37 seconds elapsed during race)
Race Start January 27, 2019 11:41:07pm UTC
Race Finish January 27, 2019 11:41:23pm UTC
Outcome Win (1 of 5)
Opponents 2. delirious (91.57 wpm)
3. styrofoam (76.11 wpm)
4. hellothen (71.75 wpm)
5. poem (53.13 wpm)
Accuracy 99.0%
Points 39.57
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)