demo_ref_random_uniform.py:
import random print(random.uniform(20, 60))
➜ begtut>python demo_random_uniform.py