Write a program to find the lowest number out of two numbers excepted from user
Answers
Answered by
6
Answer:
Number1=int(input("Enter the first number: "))#Take the first number. Number2=int(input("Enter the Second number: "))#take the second number. if(Number1<Number2):#Compare the number. print("The lowest number is:",Number1)#print the lowest number.
Similar questions
English,
2 months ago
English,
2 months ago
Environmental Sciences,
2 months ago
Math,
4 months ago
Science,
4 months ago
Science,
11 months ago
Social Sciences,
11 months ago