Python Programming Language MCQ Python Random Module MCQ
⚠ Report ✓ Question Verified Copy Link
import random x = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] print(x[random.randint(0, len(x) - 1)])
Learn More MCQ Questions from Python Programming Language MCQ Python Random Module MCQ