0% found this document useful (0 votes)
18 views

Python

Uploaded by

Gosen
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Python

Uploaded by

Gosen
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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