Chapter 5: Problem 27
What does the following statement do? print (random. random () )
Short Answer
Expert verified
Answer: The given statement "print(random.random())" in Python prints a random float number in the range of 0 (inclusive) and 1 (exclusive).