This is a python example code

In this example I bring the hello world! example using functions:

    def saludar(msg):
        print(msg)
    
    saludar("Hello World!)
def saludar(msg):
    print(msg)

print('Hola Mundo!!!')

I like python because is simple and fast development. Whats is the most