demo_ref_random_uniform.py:
import random print(random.uniform(20, 60))
C:\Users\My Name>python demo_random_uniform.py