Single Choice Not Set

QWhat will be the output after the following statements?
x = 8
if x > 8:
 print(20)
else:
 print(10)

ID: #3490 Python if else MCQ 447 views
Question Info
#3490Q ID
Not SetDifficulty
Python if else MCQTopic

Choose the Best Option

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

  • A 20
  • B x
  • C 10
  • D 8
Correct Answer

Explanation

10

Share This Question

Challenge a friend or share with your study group.