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