summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/printf
blob: 78c67a8c7007ccb1990c43caa4cc1ceee99495b7 (plain)
1
2
3
4
5
# -*- mode: snippet -*-
# name: printf
# key: pf
# --
print('$0{}'.format())