Youssef (sec5x)

Race #17

View Pit Stop page for race #17 by sec5xGhost race

View profile for Youssef (sec5x)

Official speed 82.03 wpm (22.24 seconds elapsed during race)
Race Start May 29, 2023 8:20:33am UTC
Race Finish May 29, 2023 8:20:55am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 27.34
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)