python #!/usr/bin/env python def main() -> None: """executes when file is run as a standalone script""" print('hello world') if __name__ == '__main__': main() python print('hello world')
Photoshopping Thor over top of old programming horror posts is diabolical lmao