MCQ Practice
Single Best Answer
Topic: Python Built-in Functions MCQ
Q
What will be the output after the following statements?
import random
x = [3, 8, 6, 5, 0]
print(random.choice(x))
Subchapter
Python Built-in Functions MCQ
Action
Choose one option below