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