snippet "" "Comments but same line" b
""" $1 """
endsnippet

snippet de "Make a very basic function" b
def ${1:function}($2):
	${3:pass}
endsnippet