EquityDeadlock (equitydeadlock)

Race #7

View Pit Stop page for race #7 by equitydeadlockGhost race

View profile for EquityDeadlock (equitydeadlock)

Official speed 53.52 wpm (34.08 seconds elapsed during race)
Race Start May 6, 2022 3:26:54am UTC
Race Finish May 6, 2022 3:27:28am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 17.84
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)