Relation between two numbers Get link Facebook X Pinterest Email Other Apps March 29, 2022 Relation between two numbers a=int(input()) b=int(input()) if(a>b): print("A > B") elif(a<b): print("A < B") else: print("A == B") Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment