Anurag (anurag5sh)

Race #2

View Pit Stop page for race #2 by anurag5shGhost race

View profile for Anurag (anurag5sh)

Official speed 49.07 wpm (37.17 seconds elapsed during race)
Race Start June 2, 2023 3:44:14pm UTC
Race Finish June 2, 2023 3:44:51pm UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 16.36
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)