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