Karan Jain (karanjain18)

Race #292

View Pit Stop page for race #292 by karanjain18Ghost race

View profile for Karan Jain (karanjain18)

Official speed 66.38 wpm (27.48 seconds elapsed during race)
Race Start April 13, 2020 1:39:17pm UTC
Race Finish April 13, 2020 1:39:44pm UTC
Outcome Win (1 of 2)
Opponents 2. kiran11621 (29.28 wpm)
Accuracy 97.0%
Points 22.13
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)