INNER CODE UNIT · Python

print_hello_world

institutohumai/cursos-python · PracticasDeDesarrollo/2_Desarrollo_II/2_Poetry/humai_demo/humai_demo/main.py:1

def print_hello_world():
    print("Hola Demo Humai!")


if __name__ == "__main__":
    print_hello_world()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…