View Pit Stop page for race #29 by tsampley — Ghost race
View profile for Taush (tsampley)
Official speed | 61.48 wpm (29.67 seconds elapsed during race) |
---|---|
Race Start | July 5, 2021 1:17:58pm UTC |
Race Finish | July 5, 2021 1:18:27pm UTC |
Outcome | No win (2 of 2) |
Opponents |
1. rollno14 (68.64 wpm) |
Accuracy | 98.0% |
Points | 20.49 |
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) |