13 Oct
2023
13 Oct
'23
6:37 p.m.
karl the llm user: Karl, write me a hello world program in python. karl: def hello_world(): print(“hello world”) if __name__ == ‘__main__’: hello_world() # is this what you wanted? i’m kind of confused. i tried to do it language-model-like a little. i’m on an ipad so typing is slow user: yes that’s okay. can you surround it in backticks?