Answer to Question #219797 in Python for Hari nadh babu

Question #219797
Relation b/w Numbers

Write a Python Program of Relation b/w Numbers.It Consists of two test cases



The below link contains Relation b/w Numbers - question, explanation and test cases



https://drive.google.com/file/d/1mHvnUllyrlKc1x4fghejdTPdrK5PztfR/view?usp=sharing



We need all test cases can be come while code was run
1
Expert's answer
2021-07-23T17:31:04-0400
X=int(input())
Y=int(input())
if X<Y:
    print("X < Y")
else:
    print("X >= Y")







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