Update template

This commit is contained in:
Angelos Chalaris
2019-08-20 11:23:35 +03:00
parent 62581cea2f
commit 2b8a779d13

View File

@ -1,6 +1,6 @@
---
title: function_name
tags:
tags: utility,intermediate
---
Explain briefly what the snippet does.
@ -14,5 +14,5 @@ def function_name(args):
```
```py
functionName(val) # result
function_name(val) # result
```