Generation

generate functionSun, 07 May 2023

A=Jaime B=Fer C=Díaz define una variable nom_completo

def nom_completo(a, b, c): return a + " " + b + " " + c nom_completo("Jaime", "Fer", "Díaz")

Questions about programming?Chat with your personal AI assistant