penguin_master8 (penguin_master8)

Race #1

View Pit Stop page for race #1 by penguin_master8Ghost race

View profile for penguin_master8 (penguin_master8)

Official speed 77.35 wpm (23.58 seconds elapsed during race)
Race Start February 14, 2024 10:59:53pm UTC
Race Finish February 14, 2024 11:00:17pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 25.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)