Single Choice
Not Set
QWhich of the following can be a possible output after the following
statements?
from random import *
print(sample(range(0,10), 3))
ID: #3561
Python Module MCQ
249 views
Question Info
#3561Q ID
Not SetDifficulty
Python Module MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
[1, 5, 0]
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic