# random_float_0_to_1.py


import random


# float from 0.0 to 1.0

randomFloat = random.random()


print(randomFloat)


input('')


####


'''

0.5109827327232547

'''


# Dedicated to God the Father

# All Rights Reserved Christopher Andrew Topalian Copyright 2000-2024

# https://github.com/ChristopherTopalian

# https://github.com/ChristopherAndrewTopalian

# https://sites.google.com/view/CollegeOfScripting