elliptic (elliptic)

Race #6

View Pit Stop page for race #6 by ellipticGhost race

View profile for elliptic (elliptic)

Official speed 60.68 wpm (30.06 seconds elapsed during race)
Race Start June 26, 2023 5:30:47pm UTC
Race Finish June 26, 2023 5:31:18pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 20.23
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)