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