my-emacs-d/elpa/yasnippet-20161022.646/snippets/python-mode/for

6 lines
108 B
Plaintext

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