Skip to content

Instantly share code, notes, and snippets.

@erichare
Created July 14, 2022 13:05
Show Gist options
  • Save erichare/2da1d0dd792668e14714cd469b625725 to your computer and use it in GitHub Desktop.
Save erichare/2da1d0dd792668e14714cd469b625725 to your computer and use it in GitHub Desktop.
Call add two numbers
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