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

6 lines
108 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
# name: for ... in ... : ...
# key: for
# group : control structure
# --
for ${var} in ${collection}:
$0