Single Choice
Not Set
QWhat will be the output after the following statements?
b = 3
for a in range(10, 1):
b -= a + 1
print(b)
ID: #3773
Python Functions MCQ
181 views
Question Info
#3773Q 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
3
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic