Write the code to test if the variables num1 and num2 are not the same
num1 = 5 num2 = 6 if num1 == num2: print('Equal') else: print('Not equal')
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment