```python= other_lp = remote.fetch_lp(project="secret_project", domain="development", name="secret_lp", version="1.0") @dynamic def my_task(input1: int) -> int: if input1 == 0: return 1 if input1 == 5: return other_lp() else: return other_lp_2() for (1, input1): other_lp() @workflow def my_wf() -> int: return my_task() ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up