View Pit Stop page for race #1 by mrdavid2009 — Ghost race
View profile for Nurqobil boyqobilov (mrdavid2009)
Official speed | 12.31 wpm (148.17 seconds elapsed during race) |
---|---|
Race Start | May 23, 2023 10:57:13am UTC |
Race Finish | May 23, 2023 10:59:41am UTC |
Outcome | No win (3 of 3) |
Accuracy | 90.0% |
Points | 4.10 |
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) |