Didn't defined the code for equal to....So correct it ......👍👍
Bro it's only for greatest if you want equal to then a=int(input("ent a"))b=int(input("ent b"))if a>b: print("a>b",a,">",b)elif a==b: print("a=b",a,"=",b)else: print("b>a",b,">",a)
HOW TO WATCH SOMEONE INSTAGRAM STORY WITHOUT KNOWING Hi guys today I am Going to show …
2 Comments
Didn't defined the code for equal to....
ReplyDeleteSo correct it ......👍👍
Bro it's only for greatest if you want equal to then
Deletea=int(input("ent a"))
b=int(input("ent b"))
if a>b:
print("a>b",a,">",b)
elif a==b:
print("a=b",a,"=",b)
else:
print("b>a",b,">",a)