sub:assertion {
sub:step ns2:description """@mark_as_fairstep(label='square root', is_script_task=True)
def sqrt(a: int) -> float:
\"\"\"
Computational step taking the square root of an integer.
\"\"\"
return a ** 0.5""" ;
a pplan:Step ;
rdfs:label "Cell from a Jupyter Lab notebook" .
}