⛓Unchained World⛓ (ahkiera)

Race #29

View Pit Stop page for race #29 by ahkieraGhost race

View profile for ⛓Unchained World⛓ (ahkiera)

Official speed 59.15 wpm (30.84 seconds elapsed during race)
Race Start January 15, 2022 4:14:21pm UTC
Race Finish January 15, 2022 4:14:52pm UTC
Outcome Win (1 of 2)
Opponents 2. jasimk (50.34 wpm)
Accuracy 95.0%
Points 19.72
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)