Generation

generate functionWed, 10 May 2023

Crea una función que tome dls números por teclado y devuelva el mayor

def max(a, b): return a if a > b else b max(input("Escribe un numero: "), input("Escribe un numero:"))

Questions about programming?Chat with your personal AI assistant