PicturingFrames (frame_ability)

Race #174

View Pit Stop page for race #174 by frame_abilityGhost race

View profile for PicturingFrames (frame_ability)

Official speed 61.56 wpm (29.63 seconds elapsed during race)
Race Start September 23, 2022 12:48:39pm UTC
Race Finish September 23, 2022 12:49:08pm UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 20.52
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)