[spam][crazy] coding therapy: hello world with structure

Undescribed Horrific Abuse, One Victim & Survivor of Many gmkarl at gmail.com
Thu Oct 13 16:49:50 PDT 2022


class HelloWorld(object):
  def __init__(self, hello, world):
    self.words = (hello, world)
  def print(self):
    print(‘ ‘.join(self.words))

if __name__ == ‘__main__’:
  HelloWorld(‘hello’, ‘world).print()


More information about the cypherpunks mailing list