Sourav (srax)

Race #9

View Pit Stop page for race #9 by sraxGhost race

View profile for Sourav (srax)

Official speed 80.45 wpm (22.67 seconds elapsed during race)
Race Start June 3, 2023 12:08:52pm UTC
Race Finish June 3, 2023 12:09:14pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 26.82
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)