v1=int(input("Enter value1:"))
v2=int(input("Enter value2:"))
if(v1>v2):
print("value1 is greater")
else:
print("value2 is greater")
Finding Direction: Navigating Career Goals and Life Aspirations Life often presents us with a myriad of choices, and the path to fulfillme...
No comments:
Post a Comment