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

6 lines
64 B
Plaintext
Raw Normal View History

2023-07-29 14:47:26 +00:00
# -*- mode: python -*-
# name: print
# key: p
# --
print(f'$0')