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

Sometimes, Appreciation Deserves a Little Creativity

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...