- A [4, 11, 30]
- B [3, 15, 10]
- C [1, 5, 7, 4]
- D [1, 5, 0]
Python Programming Language MCQ Python Module MCQ
⚠ Report ✓ Question Verified Copy Link
from random import * print(sample(range(0,10), 3))
Learn More MCQ Questions from Python Programming Language MCQ Python Module MCQ