Last active
July 13, 2021 12:37
-
-
Save chrimaho/88eb8fc00a50c9715ae6c51eae3f616e to your computer and use it in GitHub Desktop.
Python Snippet Basic. Part of: www.github.com/chrimaho/code-snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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