dvorak the supreme (drdilyor_)

Race #2

View Pit Stop page for race #2 by drdilyor_Ghost race

View profile for dvorak the supreme (drdilyor_)

Official speed 50.74 wpm (35.95 seconds elapsed during race)
Race Start March 21, 2022 7:22:17pm UTC
Race Finish March 21, 2022 7:22:53pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 16.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)