Created
July 14, 2022 13:05
-
-
Save erichare/2da1d0dd792668e14714cd469b625725 to your computer and use it in GitHub Desktop.
Call add two numbers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pydaisi as pyd | |
add_two_numbers = pyd.Daisi("exampledaisies/Add Two Numbers") | |
add_two_numbers.compute(firstNumber=5, secondNumber=6).value |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment