summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/while
blob: 7b3539c6914203ec87f44526c8b7e6d62966b19a (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: while
# key: wh
# group: control structure
# --
while ${1:True}:
    $0