Rickus (rickuss)

Race #50

View Pit Stop page for race #50 by rickussGhost race

View profile for Rickus (rickuss)

Official speed 33.63 wpm (54.24 seconds elapsed during race)
Race Start August 19, 2023 9:53:20am UTC
Race Finish August 19, 2023 9:54:14am UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 11.21
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)