MCQ Single Best Answer Not Set

QWhat will be the output after the following statements?
b = 1
for a in range(1, 5):
 b *= a + 1
print(b)

ID: #3774 Python Functions MCQ 300 views
Question Info
#3774Q ID
Not SetDifficulty
Python Functions MCQTopic

Choose the Best Option

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

  • A 120
  • B 40
  • C 36
  • D 250
Correct Answer: Option A

Explanation

120

Share This Question

Challenge a friend or share with your study group.