def bigger_number_return(a,b): if a > b: return a else: return b a= input("enter a numberic value for a:") b= input("enter a numberic value for b:")
What should I do to make it in working condition?
Aucun commentaire:
Enregistrer un commentaire