Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 228 Bytes

snippet_template.md

File metadata and controls

15 lines (11 loc) · 228 Bytes

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