Programming Python
Conditional execution, example
if (x >= 0): sqrtX=math.sqrt(x) print "the square root of x is ", x