- A A list of 5 unique numbers within the range of 4 to 19
- B A list of 5 unique numbers within the range of 5 to 20
- C A list of 4 unique numbers within the range of 5 to 19
- D A tuple of 4 unique numbers within the range of 5 to 19
Python Programming Language MCQ Python Random Module MCQ
⚠ Report ✓ Question Verified Copy Link
import random print(random.sample(range(5, 20), 4))
Learn More MCQ Questions from Python Programming Language MCQ Python Random Module MCQ