Karan Jain (karanjain18)

Race #447

View Pit Stop page for race #447 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 74.07 wpm (24.63 seconds elapsed during race)
Race Start July 17, 2021 3:28:50pm UTC
Race Finish July 17, 2021 3:29:15pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 24.69
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)