Single Choice
Not Set
QWhat will be the output after the following statements?
a = round(5.3)
b = round(5.6)
c = round(5.5)
print(a, b, c)
ID: #3789
Python Functions MCQ
333 views
Question Info
#3789Q 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
5 6 6
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic