CBSE Class 11 Computer Science
Question 30 of 63
Introduction to Python Modules — Question 11
Back to all questionsimport random
Reason — To use functions from the random library in Python, we must include the line import random at the beginning of code.