Matches in Nanopublications for { ?s <https://schema.org/text> ?o ?g. }
Showing items 1 to 2 of
2
with 100 items per page.
- code text "@is_fairstep(label='Addition') def add(a:float, b:float) -> float: """Adding up numbers!""" return a + b " assertion.
- code text "@is_fairstep(label='Addition and subtraction', returns=(['http://www.example.org/distance', 'http://www.example.org/number'], None)) def another_step(a:float, b:float) -> Tuple[float, float]: """This step returns an addition and a subtraction of its inputs""" return a + b, a - b " assertion.