Files
30-seconds-of-code/snippet_template.md
2018-01-21 12:36:02 +05:30

213 B

function_name

Describe briefly what the function does

Explain your method and the functions used.

def function_name(args):
    # code
    return 0
function_name(val) # result