Mohit (mohit_rider)

Race #31

View Pit Stop page for race #31 by mohit_riderGhost race

View profile for Mohit (mohit_rider)

Official speed 46.94 wpm (38.86 seconds elapsed during race)
Race Start August 26, 2023 12:05:11pm UTC
Race Finish August 26, 2023 12:05:50pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 15.65
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)