emacs-prelude/vendor/yasnippet/snippets/python-mode/for
2012-02-17 22:12:32 +02:00

5 lines
80 B
Plaintext

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