SunburntRock89 (sunburntrock89)

Race #1

View Pit Stop page for race #1 by sunburntrock89Ghost race

View profile for SunburntRock89 (sunburntrock89)

Official speed 70.16 wpm (26.00 seconds elapsed during race)
Race Start May 29, 2023 1:10:32pm UTC
Race Finish May 29, 2023 1:10:58pm UTC
Outcome Win (1 of 2)
Accuracy 93.0%
Points 23.39
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)