summaryrefslogtreecommitdiff
path: root/templates/snippets/python-mode/print format
blob: 704cb530da234b480c8a9d24156823cf32aed3e6 (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: print format
# key: printf
# --
print("$1".format($0))