Files
30-seconds-of-code/snippet_template.md
2018-02-20 14:39:09 +05:30

228 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