View Pit Stop page for race #5 by ashish_antil248 — Ghost race
View profile for ABTECH19 FAN (ashish_antil248)
Official speed | 32.45 wpm (56.21 seconds elapsed during race) |
---|---|
Race Start | December 5, 2021 12:22:23pm UTC |
Race Finish | December 5, 2021 12:23:19pm UTC |
Outcome | Win (1 of 2) |
Accuracy | 90.0% |
Points | 10.82 |
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) |