Answer to Question #295368 in Python for Azzie

Question #295368

Write the code to test if the variables num1 and num2 are not the same


1
Expert's answer
2022-02-08T14:09:56-0500
num1 = 5
num2 = 6
if num1 == num2:
    print('Equal')
else:
    print('Not equal')

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS