samedi 20 février 2021

not getting right output after executing this if else program

first_num, second_num = input("Enter the first number: "), input("Enter the second number: ")

if first_num > second_num :
    print(first_num, ' is the greatest number.')

else :
    print(second_num, ' is the greatest number.')

Aucun commentaire:

Enregistrer un commentaire