Raven (_ravenn_)

Race #1

View Pit Stop page for race #1 by _ravenn_Ghost race

View profile for Raven (_ravenn_)

Official speed 28.62 wpm (63.73 seconds elapsed during race)
Race Start January 6, 2025 2:30:33pm UTC
Race Finish January 6, 2025 2:31:37pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 9.54
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)