# Programa clasico de Hola mundo con una funcion
def saludo (nombre):
print ("Hola mundo, soy " + nombre)
yo = "Adolfo"
saludo (yo)
Classic Hello world with a function
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.