Write a program in Python that asks you to enter two numbers, compares them & tells you which of them is bigger or both are equal?
Answers
Answered by
1
Answer:
I’m trying to help my son with python and I’m not much help.
The task is - write a python program that asks the user to enter two numbers (number1 and number2) and then prints whether the first number is greater than the second number or prints the second number is bigger than the first number
I wrote:
Number1 = input(“please enter your first number”)
Number2 = input(“please enter your second number”)
Similar questions
Math,
2 hours ago
Accountancy,
2 hours ago
Hindi,
4 hours ago
Math,
8 months ago
Hindi,
8 months ago