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