Computer Science, asked by progamerff5762459, 4 days ago

Write an expression to compare and display whether the two numbers are equal. python​

Answers

Answered by rashi1982007
0

Answer:

3 Answers. a = input("Enter the first number: ") b = input("Enter the second number: ") # if a is b: - Compares id's, and can cause inconsistencies. Use == instead. if a == b: print "Both inputs are equal" else: print "Your input is not equal."

Answered by 11600
0

Answer:

DID NOT UNDERSTAND

PLEASE EXPLAIN

Explanation:

Similar questions