Thursday, January 7, 2021

Python code for finding greater number

 v1=int(input("Enter value1:"))

v2=int(input("Enter value2:"))

if(v1>v2):

    print("value1 is greater")

else:

    print("value2 is greater")

No comments:

Post a Comment

How to Fight Overthinking or Negative Thoughts?

How to Combat Overthinking or Negative Thoughts? 1. Don’t Fight Your Thoughts Trying to suppress or control negative thoughts often backfire...