View Pit Stop page for race #7 by djchals — Ghost race
View profile for Chals (djchals)
Official speed | 48.90 wpm (37.30 seconds elapsed during race) |
---|---|
Race Start | August 9, 2023 1:56:16pm UTC |
Race Finish | August 9, 2023 1:56:53pm UTC |
Outcome | No win (2 of 2) |
Opponents |
1. butterflydns (55.04 wpm) |
Accuracy | 99.0% |
Points | 16.30 |
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) |