dotar/vim/snippets/python/for.snippet
2011-11-17 16:00:49 -06:00

3 lines
38 B
Plaintext
Executable File

for ${1:var} in ${2:type}:
${3:pass}