View Pit Stop page for race #12 by nabineo — Ghost race
View profile for Nabin (nabineo)
Official speed | 27.02 wpm (67.51 seconds elapsed during race) |
---|---|
Race Start | March 23, 2020 11:46:37am UTC |
Race Finish | March 23, 2020 11:47:45am UTC |
Outcome | No win (2 of 3) |
Accuracy | 92.0% |
Points | 9.01 |
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) |