HardestCoworkerEver (hardatwork)

Race #4

View Pit Stop page for race #4 by hardatworkGhost race

View profile for HardestCoworkerEver (hardatwork)

Official speed 55.64 wpm (32.78 seconds elapsed during race)
Race Start April 26, 2022 8:01:33pm UTC
Race Finish April 26, 2022 8:02:05pm UTC
Outcome Win (1 of 3)
Opponents 2. nguye205 (52.48 wpm)
Accuracy 96.0%
Points 18.55
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)