Rana (rana_1996)

Race #51

View Pit Stop page for race #51 by rana_1996Ghost race

View profile for Rana (rana_1996)

Official speed 19.91 wpm (91.61 seconds elapsed during race)
Race Start October 20, 2019 3:19:38pm UTC
Race Finish October 20, 2019 3:21:10pm UTC
Outcome No win (2 of 3)
Accuracy 91.0%
Points 6.64
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)