190,575 views
13 votes
13 votes
This standard library function returns a random floating-point number in the range of 0.0 up to 1.0 (but not including 1.0).

a. random.b. randint.c. random_integer.d. uniform.

User Anders Hansson
by
3.1k points

1 Answer

21 votes
21 votes

Answer:

The answer would be A: Random

Step-by-step explanation:

The random() function returns a generated random number (a pseudorandom number)

User Siddharth Satpathy
by
3.3k points