

5·
17 days agoBut mUH PoSsE CoMiTaTUs
But mUH PoSsE CoMiTaTUs
#!/usr/bin/env python
def main() -> None:
"""executes when file is run as a standalone script"""
print('hello world')
if __name__ == '__main__':
main()
print('hello world')
I believe that’s the joke