dotfiles/emacs/.emacs.d/snippets/python-mode/for

6 lines
108 B
Plaintext

# name: for ... in ... : ...
# key: for
# group : control structure
# --
for ${var} in ${collection}:
$0