Answer to Question #220751 in Python for Hari nadh babu

Question #220751

Relation between two numbers 2


This Program name is Relation between two numbers 2. Write a Python program to Relation between two numbers 2, it has two test cases


The below link contains Relation between two numbers 2 question, explanation and test cases


https://drive.google.com/file/d/1KhAb8euuuqtqoHSP0zqRb9Mojcj-iAx_/view?usp=sharing


We need exact output when the code was run

1
Expert's answer
2021-07-27T07:43:59-0400
A=int(input())
B=int(input())
if A==B:
    print("A==B")
elif A<B:
    print("A<B")
elif A>B:
    print("A>B")

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