Karan Jain (karanjain18)

Race #277

View Pit Stop page for race #277 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 62.06 wpm (29.39 seconds elapsed during race)
Race Start April 13, 2020 12:49:33pm UTC
Race Finish April 13, 2020 12:50:02pm UTC
Outcome Win (1 of 2)
Opponents 2. kiran11621 (25.47 wpm)
Accuracy 97.0%
Points 20.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)