View Pit Stop page for race #2 by vishesh_patel — Ghost race
View profile for Vishesh (vishesh_patel)
Official speed | 29.27 wpm (62.32 seconds elapsed during race) |
---|---|
Race Start | May 23, 2023 10:25:50am UTC |
Race Finish | May 23, 2023 10:26:52am UTC |
Outcome | No win (2 of 3) |
Opponents |
3. vandan_patel (26.36 wpm) |
Accuracy | 91.0% |
Points | 9.76 |
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) |