Computer Science, asked by elack43, 4 hours ago

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