Question #295368

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


Expert's answer

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!

LATEST TUTORIALS
APPROVED BY CLIENTS