Computer Science, asked by budakotiharsh, 4 months ago

What is meant by "import random" in python ?
Feel free to give answer,
And please don't write unnecessary answers please...

Answers

Answered by random12345
1

Answer:

import random imports the random module, which contains a variety of things to do with random number generation. Among these is the random() function, which generates random numbers between 0 and 1. Doing the import this way this requires you to use the syntax random. random() .

HOPE IT HELPS:)

PLEASE MARK ME AS THE BRAINLIEST

Similar questions