Esmael (esmael_)

Race #7

View Pit Stop page for race #7 by esmael_Ghost race

View profile for Esmael (esmael_)

Official speed 48.76 wpm (37.41 seconds elapsed during race)
Race Start July 8, 2023 5:12:25pm UTC
Race Finish July 8, 2023 5:13:03pm UTC
Outcome Win (1 of 3)
Accuracy 90.0%
Points 16.25
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)