View Pit Stop page for race #1 by mr_koten — Ghost race
View profile for Mukhametkali (mr_koten)
Official speed | 36.06 wpm (50.58 seconds elapsed during race) |
---|---|
Race Start | January 30, 2023 2:51:04pm UTC |
Race Finish | January 30, 2023 2:51:55pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 93.0% |
Points | 12.02 |
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) |