Skip to content

Instantly share code, notes, and snippets.

@chrimaho
Last active July 13, 2021 12:37
Show Gist options
  • Save chrimaho/88eb8fc00a50c9715ae6c51eae3f616e to your computer and use it in GitHub Desktop.
Save chrimaho/88eb8fc00a50c9715ae6c51eae3f616e to your computer and use it in GitHub Desktop.
Python Snippet Basic. Part of: www.github.com/chrimaho/code-snippets
{
"New Function": {
"scope": "python",
"prefix": "def",
"description": "New Function",
"body": [
"def ${1:name}(${2:variables}):",
" ${3:code}"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment