Run
import random # Generate a random floating point number f = random.random() print(f)
Output