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