👤

Ajutor, va rog, macar un exercitiu daca stiti

Ajutor Va Rog Macar Un Exercitiu Daca Stiti class=

Răspuns :

ex 1

first = input("Enter first number: ")

second = input("Enter second number: ")

if first < second:

print("Result: " + first + second + ".")

elif second < first:

print("Result: " + second + first + ".")

else:

print("Something went wrong!")