Single Choice
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
331 views
Question Info
#3774Q ID
Not SetDifficulty
Python Functions MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
120
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic