add chunk
This commit is contained in:
15
snippet_template.md
Normal file
15
snippet_template.md
Normal file
@ -0,0 +1,15 @@
|
||||
### functionName
|
||||
|
||||
Describe briefly what the function does
|
||||
|
||||
Explain your method and the functions used.
|
||||
|
||||
``` python
|
||||
def functionName(args):
|
||||
# code
|
||||
return 0
|
||||
```
|
||||
|
||||
``` python
|
||||
functionName(val) # result
|
||||
```
|
||||
Reference in New Issue
Block a user