palondomus/CaesarAIShowCase
0
1def hello_world():2 return "Hello World Function"3 4if __name__ == "__main__":5 test = hello_world()6 print(test)7 1def hello_world():2 return "Hello World Function"3 4if __name__ == "__main__":5 test = hello_world()6 print(test)7