Skip to content

Instantly share code, notes, and snippets.

@sa-webb
Created December 31, 2021 22:24
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 sa-webb/d58cc4f8bdf117538be3624dce1b8d3e to your computer and use it in GitHub Desktop.
Save sa-webb/d58cc4f8bdf117538be3624dce1b8d3e to your computer and use it in GitHub Desktop.
VS Code Python snippet for if __name__ == "main"
{
"if main": {
"prefix": "ifm",
"description": "creates if __main__",
"body": ["if __name__ == \"__main__\":", "\tprint($0)"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment