Files
30-seconds-of-code/snippet_template.md
Rohit Tanwar a09142e1eb add chunk
2018-01-09 10:09:42 +05:30

209 B

functionName

Describe briefly what the function does

Explain your method and the functions used.

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