Hello world snippet for python
This commit is contained in:
@@ -1,3 +1,16 @@
|
|||||||
|
snippet helloworld "Hello world example" b
|
||||||
|
"""
|
||||||
|
File: `!p snip.rv = fn`
|
||||||
|
Author: Nicki
|
||||||
|
Created on: `date`
|
||||||
|
Description: Hello world python example
|
||||||
|
"""
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
print("Hello world!")
|
||||||
|
$0
|
||||||
|
endsnippet
|
||||||
|
|
||||||
snippet docmodule "Documentation for modules" A
|
snippet docmodule "Documentation for modules" A
|
||||||
"""
|
"""
|
||||||
File: `!p snip.rv = fn`
|
File: `!p snip.rv = fn`
|
||||||
|
|||||||
Reference in New Issue
Block a user