summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/print
blob: cc1c797e4f976c470b8fdd844adaf25cc3779efa (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: print
# key: p
# --
print($0)