Skip to content

Instantly share code, notes, and snippets.

@videlais
Created July 23, 2018 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save videlais/00f4bf3313f5e5e2890c3a5144bdef52 to your computer and use it in GitHub Desktop.
Save videlais/00f4bf3313f5e5e2890c3a5144bdef52 to your computer and use it in GitHub Desktop.
Python blocks
init python:
def plus(a,b):
return a + b
label start:
python:
result = plus(2,2)
result += 1
"2 + 2 + 1 = [result]"
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment