Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

a = input("Enter first number: ")

b = input("Enter the second number: ")

if a == b:

print ("Both numbers are equal")

else:

print ("Both numbers are not equal")

You might also like