PicturingFrames (frame_ability)

Race #238

View Pit Stop page for race #238 by frame_abilityGhost race

View profile for PicturingFrames (frame_ability)

Official speed 72.46 wpm (25.17 seconds elapsed during race)
Race Start October 8, 2022 12:21:00pm UTC
Race Finish October 8, 2022 12:21:25pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 24.15
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)