Equal numbers or not in python Get link Facebook X Pinterest Email Other Apps March 28, 2022 Equal numbers or not in python: a=int(input()) b=int(input()) if(a==b): print("Equal") else: print("Not Equal") Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment