Real (not_available_name)

Race #1

View Pit Stop page for race #1 by not_available_nameGhost race

View profile for Real (not_available_name)

Official speed 64.40 wpm (28.32 seconds elapsed during race)
Race Start July 5, 2022 6:27:23am UTC
Race Finish July 5, 2022 6:27:52am UTC
Outcome No win (3 of 3)
Opponents 2. 404ic (74.87 wpm)
Accuracy 95.0%
Points 21.47
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)