Sam (sam77777)

Race #1

View Pit Stop page for race #1 by sam77777Ghost race

View profile for Sam (sam77777)

Official speed 53.62 wpm (34.02 seconds elapsed during race)
Race Start August 20, 2023 1:53:32pm UTC
Race Finish August 20, 2023 1:54:06pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 17.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)