# caught a spy. penalty: execution
class print(object):
def __init__(self)
self.saw = []
def __call__(self, v):
self.saw.append(v)
Post
March 22, 2017
March 22, 2017
# caught a spy. penalty: execution
class print(object):
def __init__(self)
self.saw = []
def __call__(self, v):
self.saw.append(v)