Write a Boolean expression that tests if the value stored in the variable num1 is equal to the value stored in the variable num2
.
1 answer:
Answer:
num1 = int(input("Enter value: "))
num2 = int(input("Enter value: "))
if num1 == num2:
print("Equals.")
else:
print("Unequal.")
Explanation:
You might be interested in
Answer:
Yes, but if you click on your history you can see all of what you went on for a few days back
Explanation:
Answer:
on the motherboard inside the computer
Answer:
answer is b
Explanation:
hope it was helpful
The answer & explanation for this question is given in the attachment below.