demo_ref_random_random.py:
import random print(random.random())
➜ begtut>python demo_random_random.py