Single Choice Not Set

QWhat will be the output after the following statements?
x = 8
y = 6
print(x != y)

ID: #3411 Python Operator MCQ 491 views
Question Info
#3411Q ID
Not SetDifficulty
Python Operator MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A y = 6 and x = 8
  • B True
  • C x = 6 and y = 6
  • D False
Correct Answer

Explanation

False

Share This Question

Challenge a friend or share with your study group.