diff options
Diffstat (limited to 'templates/snippets/python-mode/print')
| -rw-r--r-- | templates/snippets/python-mode/print | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/snippets/python-mode/print b/templates/snippets/python-mode/print new file mode 100644 index 0000000..2392fbd --- /dev/null +++ b/templates/snippets/python-mode/print @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: print +# key: print +# -- +print("$0")
\ No newline at end of file |
