Skip to content

Instantly share code, notes, and snippets.

@sausheong
Last active June 7, 2023 14:12
Show Gist options
  • Save sausheong/a56415880476544e888bcc9492480754 to your computer and use it in GitHub Desktop.
Save sausheong/a56415880476544e888bcc9492480754 to your computer and use it in GitHub Desktop.
  1. Callout: Use python directive to call Python statements. Enclose the Python statement in square brackets []. Example: python[print('hello world')] will call the Python statement print('hello world').
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment