Adrian (mega_13)

Race #5

View Pit Stop page for race #5 by mega_13Ghost race

View profile for Adrian (mega_13)

Official speed 35.34 wpm (51.61 seconds elapsed during race)
Race Start July 19, 2023 8:49:06pm UTC
Race Finish July 19, 2023 8:49:57pm UTC
Outcome No win (2 of 3)
Accuracy 90.0%
Points 11.78
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)