Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question # 1 multiple choice what module do you need to import in order…

Question

question # 1
multiple choice
what module do you need to import in order to use a pseudo - random number in your game?
guess
guesser
randomizer
random

Explanation:

Brief Explanations

In Python, to use pseudo - random numbers, the 'random' module is imported. It provides functions for generating pseudo - random numbers. The other options 'guess', 'guesser', 'randomizer' are not standard Python modules for this purpose.

Answer:

E. random