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

All Quotes

 Quote 53: Ethical earning is key. Quote 52: Grades matter, but your skills, curiosity, and consistency matter even more. Quote 51: Be curio...