Hello World

Hello,

This is the engineering blog – welcome!

def hello_world():
  print("Hello World")

if __name__ == '__main__':
  hello_world()
Previous
Previous

*args, **kwargs, and custom class wrappers in Python