⛧🦇🎃💀🎃🦇⛧ (foggyy)

Race #105

View Pit Stop page for race #105 by foggyyGhost race

View profile for ⛧🦇🎃💀🎃🦇⛧ (foggyy)

Official speed 73.15 wpm (24.94 seconds elapsed during race)
Race Start July 24, 2019 3:48:06am UTC
Race Finish July 24, 2019 3:48:31am UTC
Outcome No win (2 of 3)
Opponents 1. spondulix (110.53 wpm)
Accuracy 95.0%
Points 24.38
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)