v1=int(input("Enter value1:"))
v2=int(input("Enter value2:"))
if(v1>v2):
print("value1 is greater")
else:
print("value2 is greater")
How to Combat Overthinking or Negative Thoughts? 1. Don’t Fight Your Thoughts Trying to suppress or control negative thoughts often backfire...
No comments:
Post a Comment