Random Function in Python MCQ Class 11-12
Random Function in Python MCQ Class 11-12 1. What does the following statement do? import random a) Imports the random module b) Imports a random module from a list of modules c) Imports the random function d) imports the directory named random 2. What will be the output after the following statements? import…