# randomFloat0to1.py
import random
def randomFloat0to1():
# float from 0.0 to 1.0
randomFloat = random.random()
return randomFloat
##
if __name__ == "__main__":
print(randomFloat0to1())
input('')
####
'''
0.3271998297830063
'''
# 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