v1=int(input("Enter value1:"))
v2=int(input("Enter value2:"))
if(v1>v2):
print("value1 is greater")
else:
print("value2 is greater")
This post is about sharing a very good and kind and supportive experience from work. So usually once in a while like lets say after a week o...
No comments:
Post a Comment