summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/python-mode/while
blob: 704dd7cc6789a5b457fd1df84707ef681bbe588a (plain) (blame)
1
2
3
4
#name : while ... : ...
# --
while ${condition}:
    $0