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