Sebstian (sedasti)

Race #3

View Pit Stop page for race #3 by sedastiGhost race

View profile for Sebstian (sedasti)

Official speed 44.00 wpm (41.45 seconds elapsed during race)
Race Start May 22, 2023 5:00:29pm UTC
Race Finish May 22, 2023 5:01:10pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 14.67
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)