dvorak the supreme (drdilyor_)

Race #6

View Pit Stop page for race #6 by drdilyor_Ghost race

View profile for dvorak the supreme (drdilyor_)

Official speed 68.72 wpm (26.54 seconds elapsed during race)
Race Start March 21, 2022 7:27:27pm UTC
Race Finish March 21, 2022 7:27:54pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 22.91
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)