Answer to Question #292906 in Python for Rajesh

Question #292906
Inputs
5
5
Output
Equal
If the given number are equal print "Equal". In all other cases, print "not equal"
1
Expert's answer
2022-02-02T05:10:03-0500
num1 = int(input())
num2 = int(input())


if num1 == num2:
    print("Equal")
else:
    print("not equal") 

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS