.emacs.d/snippets/python-mode/print

5 lines
63 B
Python

# -*- mode: python -*-
# name: print
# key: p
# --
print(f'$0')