StevenElias (stevenelias)

Race #20

View Pit Stop page for race #20 by steveneliasGhost race

View profile for StevenElias (stevenelias)

Official speed 26.61 wpm (68.55 seconds elapsed during race)
Race Start January 23, 2025 11:25:15am UTC
Race Finish January 23, 2025 11:26:23am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 8.87
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)