tasks: print: desc: Print True python: |- from random import random print(random() < 1) once: true