A program that receives two numbers num1 and num2 from the user. Display the larger number.If the numbers are the same ,display that the numbers are the same.
Answers
Answered by
0
Answer:
uecpihdqcuohqdculbqdcuovsxqkvhqdc
evbl dvwbklscqibp
Explanation:
hklwdchklqsxjglwsjglqsxiypqsxhfkqsophwfdphiwdxiphdcwipywdcihpfrupihipwdciphhocfyofouiyddyidyidigkhcfhjfjgfjgkhfkhfkhfkyfkh
Answered by
2
Answer:
Explanation:
n1 = int(input('Enter the first number : '))
n2 = int(input('Enter the second number : '))
if n1>n2:
print(n1,'is greater number')
elif n2>n1:
print(n2,'is greater number')
elif n1==n2:
print('Both numbers are equal')
Similar questions